Browse Source

Update min_actors from RoleParameters

- set the value to “1” because of new requirements
Shamil Gadelshin 4 years ago
parent
commit
71eaf9c526
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtime-modules/roles/src/actors.rs

+ 1 - 1
runtime-modules/roles/src/actors.rs

@@ -67,7 +67,7 @@ impl<Balance: From<u32>, BlockNumber: From<u32>> Default for RoleParameters<Bala
             entry_request_fee: Balance::from(50),
 
             // not currently used
-            min_actors: 5,
+            min_actors: 1,
             bonding_period: BlockNumber::from(600),
             min_service_period: BlockNumber::from(600),
             startup_grace_period: BlockNumber::from(600),