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 @@ -214,6 +214,11 @@ decl_global_capability! {
214
214
/// Mask: `0x100000000`
215
215
CapFastFinality = 32 ,
216
216
217
+ /// Allows to suspend accounts by special extra currencies.
218
+ ///
219
+ /// Mask: `0x200000000`
220
+ CapSuspendByMarks = 33
221
+
217
222
/// Omits master block history to save storage space.
218
223
///
219
224
/// Mask: `0x400000000`
You can’t perform that action at this time.
0 commit comments