mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 04:17:57 +00:00
* bump transcation_version * revert back transaction version for kusama and plokadot as they were bumped in the previous release Co-authored-by: Egor_P <egor@parity.io>
This commit is contained in:
@@ -102,7 +102,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
#[cfg(feature = "disable-runtime-api")]
|
||||
apis: sp_version::create_apis_vec![[]],
|
||||
transaction_version: 0,
|
||||
transaction_version: 1,
|
||||
state_version: 0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user