File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
87
87
spec_name : sp_runtime:: create_runtime_str!( "Pangolin2" ) ,
88
88
impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
89
89
authoring_version : 0 ,
90
- spec_version : 6_0_0_9 ,
90
+ spec_version : 6_0_1_0 ,
91
91
impl_version : 0 ,
92
92
apis : RUNTIME_API_VERSIONS ,
93
93
transaction_version : 0 ,
Original file line number Diff line number Diff line change @@ -40,4 +40,5 @@ impl frame_support::traits::OnRuntimeUpgrade for CustomOnRuntimeUpgrade {
40
40
fn migrate ( ) -> frame_support:: weights:: Weight {
41
41
frame_support:: weights:: Weight :: zero ( )
42
42
// RuntimeBlockWeights::get().max_block
43
+ // <Runtime as frame_system::Config>::DbWeight::get().reads_writes(3, 3)
43
44
}
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
87
87
spec_name : sp_runtime:: create_runtime_str!( "Pangoro2" ) ,
88
88
impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
89
89
authoring_version : 0 ,
90
- spec_version : 6_0_0_9 ,
90
+ spec_version : 6_0_1_0 ,
91
91
impl_version : 0 ,
92
92
apis : RUNTIME_API_VERSIONS ,
93
93
transaction_version : 0 ,
You can’t perform that action at this time.
0 commit comments