Adding vesting tests to Balances module (#1786)

* Adding vesting tests to Balances module

* Fix gitlab message, bump impl
This commit is contained in:
Shawn Tabrizi
2019-02-13 18:59:22 +01:00
committed by Gav Wood
parent 7708490b27
commit 2acab71254
4 changed files with 118 additions and 4 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 28,
impl_version: 28,
impl_version: 29,
apis: RUNTIME_API_VERSIONS,
};