fixed ChangeMixCostParams event deserialization (#3873)

This commit is contained in:
Jędrzej Stuczyński
2023-09-12 09:12:22 +01:00
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,