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
@@ -709,7 +709,7 @@ mod tests {
#[test]
fn block_hooks_weight_is_stored() {
new_test_ext(0).execute_with(|| {
new_test_ext(1).execute_with(|| {
Executive::initialize_block(&Header::new_from_number(1));
// NOTE: might need updates over time if system and balance introduce new weights. For