Remove As trait bound from Currency::Balance (#2205)

* remove As<64> bond

* Currency trait refactor

* bump spec version
This commit is contained in:
Xiliang Chen
2019-05-09 19:40:28 +12:00
committed by Gavin Wood
parent c3f20bf226
commit 57164aa747
4 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -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: 72,
impl_version: 74,
spec_version: 73,
impl_version: 73,
apis: RUNTIME_API_VERSIONS,
};