Limited Unbonding Chunks. (#2700)

* Limit number of unlocking chunks.

* Bump.
This commit is contained in:
Kian Peymani
2019-05-29 14:17:58 +02:00
committed by Gavin Wood
parent 91a241ad5b
commit 810d2712da
3 changed files with 49 additions and 4 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: 87,
impl_version: 87,
spec_version: 88,
impl_version: 88,
apis: RUNTIME_API_VERSIONS,
};