mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
Allow spending all available gas. (#2947)
* Allow spending all gas. * Bump node runtime version
This commit is contained in:
committed by
Gavin Wood
parent
846941550d
commit
183931a8a2
@@ -58,8 +58,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("node"),
|
||||
impl_name: create_runtime_str!("substrate-node"),
|
||||
authoring_version: 10,
|
||||
spec_version: 97,
|
||||
impl_version: 99,
|
||||
spec_version: 98,
|
||||
impl_version: 100,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user