Skip to content
Snippets Groups Projects
Commit 5f41c4e6 authored by Éloïs's avatar Éloïs
Browse files

revert substrate PR #9732

parent 2f3b86e2
No related branches found
No related tags found
1 merge request!29chore: refactor end2end tests archi, detect node readiness with logs
This diff is collapsed.
...@@ -86,7 +86,6 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { ...@@ -86,7 +86,6 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_version: 1, impl_version: 1,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1, transaction_version: 1,
state_version: 1,
}; };
/// The version information used to identify this runtime when compiled natively. /// The version information used to identify this runtime when compiled natively.
......
...@@ -86,7 +86,6 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { ...@@ -86,7 +86,6 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_version: 1, impl_version: 1,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1, transaction_version: 1,
state_version: 1,
}; };
/// The version information used to identify this runtime when compiled natively. /// The version information used to identify this runtime when compiled natively.
......
...@@ -86,7 +86,6 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { ...@@ -86,7 +86,6 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_version: 1, impl_version: 1,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1, transaction_version: 1,
state_version: 1,
}; };
/// The version information used to identify this runtime when compiled natively. /// The version information used to identify this runtime when compiled natively.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment