srml-contract: Use encode_to rather than encode to reduce allocations. (#2919)

This commit is contained in:
Jim Posen
2019-06-21 12:09:52 +02:00
committed by Sergei Pepyakin
parent 83d3881542
commit 1af51f4234
2 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -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,
};