File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
121121 // `spec_version`, and `authoring_version` are the same between Wasm and native.
122122 // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
123123 // the compatible custom types.
124- spec_version : 144 ,
124+ spec_version : 145 ,
125125 impl_version : 1 ,
126126 apis : RUNTIME_API_VERSIONS ,
127127 transaction_version : 1 ,
@@ -295,7 +295,7 @@ where
295295 fn polynomial ( ) -> WeightToFeeCoefficients < Self :: Balance > {
296296 let coefficient = WeightToFeeCoefficient {
297297 coeff_integer : 0 ,
298- coeff_frac : Perbill :: from_parts ( 1 ) ,
298+ coeff_frac : Perbill :: from_parts ( 1_000_000 ) ,
299299 negative : false ,
300300 degree : 1 ,
301301 } ;
You can’t perform that action at this time.
0 commit comments