Skip to content

Commit 8d28532

Browse files
committed
primitives - RejectState - add BalancesMap instead of String
1 parent 749308e commit 8d28532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/validator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub struct RejectState {
6262
pub reason: String,
6363
pub state_root: String,
6464
pub signature: String,
65-
pub balances: Option<String>,
65+
pub balances: Option<BalancesMap>,
6666
pub timestamp: Option<DateTime<Utc>>,
6767
}
6868

0 commit comments

Comments
 (0)