mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
fix construct runtime module position bug (#1849)
* fix construct runtime module position * Update srml/support/src/runtime.rs Co-Authored-By: thiolliere <gui.thiolliere@gmail.com> * Update srml/support/src/runtime.rs Co-Authored-By: thiolliere <gui.thiolliere@gmail.com> * Update srml/support/src/runtime.rs Co-Authored-By: thiolliere <gui.thiolliere@gmail.com> * Update srml/support/src/runtime.rs Co-Authored-By: thiolliere <gui.thiolliere@gmail.com> * Update srml/support/src/runtime.rs Co-Authored-By: thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
committed by
Bastian Köcher
parent
43e4544884
commit
dab5ad913f
@@ -61,7 +61,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
impl_name: create_runtime_str!("substrate-node"),
|
||||
authoring_version: 10,
|
||||
spec_version: 30,
|
||||
impl_version: 30,
|
||||
impl_version: 31,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user