File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
standalone/chain/runtime/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155155 // and set impl_version to 0. If only runtime
156156 // implementation changes and behavior does not, then leave spec_version as
157157 // is and increment impl_version.
158- spec_version : 131 ,
158+ spec_version : 132 ,
159159 impl_version : 0 ,
160160 apis : RUNTIME_API_VERSIONS ,
161161 transaction_version : 1 ,
@@ -1702,7 +1702,7 @@ parameter_types! {
17021702 pub const FaucetId : PalletId = PalletId ( * b"facuetid" ) ;
17031703 #[ derive( Clone , Eq , PartialEq ) ]
17041704 pub const StakingLockBlock : BlockNumber = DAYS * 180 ;
1705- pub const MaximumRelease : u128 = 5_000_000_000_000_000_000_000_000 ;
1705+ pub const MaximumRelease : u128 = 5_000_000_000_000_000_000_000_000_000 ;
17061706}
17071707
17081708impl pallet_sminer:: Config for Runtime {
You can’t perform that action at this time.
0 commit comments