Skip to content

Commit 21a67b7

Browse files
committed
fix: update price rules struct
1 parent 2da5c3a commit 21a67b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ pub struct PriceMultiplicationRules {
165165
#[serde(default, skip_serializing_if = "Option::is_none")]
166166
pub amount: Option<BigNum>,
167167
#[serde(default, skip_serializing_if = "Option::is_none")]
168-
pub ev_type: Option<Vec<Event>>,
168+
pub ev_type: Option<Vec<String>>,
169169
#[serde(default, skip_serializing_if = "Option::is_none")]
170170
pub publisher: Option<Vec<ValidatorId>>,
171171
#[serde(default, skip_serializing_if = "Option::is_none")]

0 commit comments

Comments
 (0)