This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
139139 apis : RUNTIME_API_VERSIONS ,
140140 #[ cfg( feature = "disable-runtime-api" ) ]
141141 apis : sp_version:: create_apis_vec![ [ ] ] ,
142- transaction_version : 23 ,
142+ transaction_version : 24 ,
143143 state_version : 1 ,
144144} ;
145145
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
132132 apis : RUNTIME_API_VERSIONS ,
133133 #[ cfg( feature = "disable-runtime-api" ) ]
134134 apis : sp_version:: create_apis_vec![ [ ] ] ,
135- transaction_version : 24 ,
135+ transaction_version : 25 ,
136136 state_version : 0 ,
137137} ;
138138
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
118118 apis : RUNTIME_API_VERSIONS ,
119119 #[ cfg( feature = "disable-runtime-api" ) ]
120120 apis : sp_version:: create_apis_vec![ [ ] ] ,
121- transaction_version : 22 ,
121+ transaction_version : 23 ,
122122 state_version : 1 ,
123123} ;
124124
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
122122 apis : RUNTIME_API_VERSIONS ,
123123 #[ cfg( feature = "disable-runtime-api" ) ]
124124 apis : sp_version:: create_apis_vec![ [ ] ] ,
125- transaction_version : 22 ,
125+ transaction_version : 23 ,
126126 state_version : 1 ,
127127} ;
128128
You can’t perform that action at this time.
0 commit comments