diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 028e33fb52cc..3c7b8acf7819 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -87,6 +87,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 1058, impl_version: 0, apis: RUNTIME_API_VERSIONS, + transaction_version: 1, }; /// Native version. diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 468d1cb294ac..805b6590ac73 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -89,6 +89,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 1007, impl_version: 0, apis: RUNTIME_API_VERSIONS, + transaction_version: 1, }; /// Native version. diff --git a/runtime/test-runtime/src/lib.rs b/runtime/test-runtime/src/lib.rs index 9271fedd6526..f339133edfe5 100644 --- a/runtime/test-runtime/src/lib.rs +++ b/runtime/test-runtime/src/lib.rs @@ -83,6 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 1050, impl_version: 0, apis: RUNTIME_API_VERSIONS, + transaction_version: 1, }; /// Native version. diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index cd646ff49896..96263c05e8ed 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -86,6 +86,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 3, impl_version: 0, apis: RUNTIME_API_VERSIONS, + transaction_version: 1, }; /// Native version.