File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -519,10 +519,7 @@ impl BlockchainConfigParams {
519
519
520
520
/// Updates authority params.
521
521
pub fn set_authority_params ( & mut self , params : AuthorityParams ) -> Result < bool , Error > {
522
- self . set_raw (
523
- ConfigParam100 :: ID ,
524
- ok ! ( CellBuilder :: build_from( params) ) ,
525
- )
522
+ self . set_raw ( ConfigParam100 :: ID , ok ! ( CellBuilder :: build_from( params) ) )
526
523
}
527
524
528
525
/// Returns `true` if the config contains a param for the specified id.
Original file line number Diff line number Diff line change @@ -213,6 +213,11 @@ decl_global_capability! {
213
213
///
214
214
/// Mask: `0x100000000`
215
215
CapFastFinality = 32 ,
216
+
217
+ /// Allows to suspend accounts by special extra currencies.
218
+ ///
219
+ /// Mask: `0x200000000`
220
+ CapSuspendByMarks = 33
216
221
}
217
222
}
218
223
You can’t perform that action at this time.
0 commit comments