ensure balances of constructor accounts are kept

This commit is contained in:
Robert Habermeier 2017-08-29 17:02:38 +02:00
parent 36d046f3ca
commit c1c7d7a3e2
1 changed files with 0 additions and 1 deletions

View File

@ -346,7 +346,6 @@ impl Spec {
};
let mut substate = Substate::new();
state.kill_account(&address);
{
let mut exec = Executive::new(&mut state, &env_info, self.engine.as_ref());