mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
srml-contract: Use encode_to rather than encode to reduce allocations. (#2919)
This commit is contained in:
committed by
Sergei Pepyakin
parent
83d3881542
commit
1af51f4234
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
impl_name: create_runtime_str!("substrate-node"),
|
||||
authoring_version: 10,
|
||||
spec_version: 97,
|
||||
impl_version: 97,
|
||||
impl_version: 98,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user