Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Sep 6, 2024
1 parent 2e35cb9 commit cc78c62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contracts/consumer/virtual-staking/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ pub struct Config {

/// The address of the converter contract (that is authorized to bond/unbond and will receive rewards)
pub converter: Addr,

/// Maximum delegations per query
pub max_retrieve: u32,

/// If it enable, tombstoned validators will be unbond automatically
pub tombstoned_unbond_enable: bool,

}

0 comments on commit cc78c62

Please sign in to comment.