genesis check for balances and ED (#4151)

* genesis check for balances

* fix test.

* Update paint/balances/src/lib.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Kian Paimani
2019-11-20 14:36:55 +01:00
committed by GitHub
parent 303843f483
commit e29b261240
5 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 194,
impl_version: 194,
impl_version: 195,
apis: RUNTIME_API_VERSIONS,
};