Ability to update mixnode config in maintenance mode
This commit is contained in:
@@ -188,6 +188,9 @@ pub fn execute(
|
||||
Ok(Response::new())
|
||||
}
|
||||
|
||||
ExecuteMsg::UpdateMixnodeConfig { new_config } => {
|
||||
crate::mixnodes::transactions::try_update_mixnode_config(deps, info, new_config)
|
||||
}
|
||||
_ => Err(MixnetContractError::MigrationInProgress),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user