Skip to content

Commit

Permalink
Update type (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest authored Dec 22, 2022
1 parent 49ff38c commit 56164de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/state-processor/src/type_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub struct VestingInfo {

#[derive(Default, Debug, Encode, Decode)]
pub struct Deposit {
pub id: u8,
pub id: u16,
pub value: u128,
pub expired_time: u128,
pub in_use: bool,
Expand Down

0 comments on commit 56164de

Please sign in to comment.