We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da5c3a commit 21a67b7Copy full SHA for 21a67b7
primitives/src/channel.rs
@@ -165,7 +165,7 @@ pub struct PriceMultiplicationRules {
165
#[serde(default, skip_serializing_if = "Option::is_none")]
166
pub amount: Option<BigNum>,
167
168
- pub ev_type: Option<Vec<Event>>,
+ pub ev_type: Option<Vec<String>>,
169
170
pub publisher: Option<Vec<ValidatorId>>,
171
0 commit comments