fixed ChangeMixCostParams event deserialization (#3873)
This commit is contained in:
committed by
GitHub
parent
d966eab085
commit
ed24afa207
@@ -144,7 +144,7 @@ pub struct PendingIntervalEventData {
|
||||
#[cw_serde]
|
||||
pub enum PendingIntervalEventKind {
|
||||
/// Request to update cost parameters of given mixnode.
|
||||
#[serde(alias = "PendingIntervalEventKind")]
|
||||
#[serde(alias = "ChangeMixCostParams")]
|
||||
ChangeMixCostParams {
|
||||
/// The id of the mixnode that will have its cost parameters updated.
|
||||
mix_id: MixId,
|
||||
|
||||
Reference in New Issue
Block a user