Remove redundant account creation, already done in mutateStateDb

This commit is contained in:
coffeepots 2018-08-03 17:16:50 +01:00 committed by zah
parent 64b96cd8f5
commit f3ccd72f91
1 changed files with 1 additions and 3 deletions

View File

@ -47,9 +47,7 @@ proc doTests =
ethNode.chain = chain
let balance = 100.u256
var
account = newAccount()
address: EthAddress = hexToByteArray[20]("0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6")
var address: EthAddress = hexToByteArray[20]("0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6")
state.mutateStateDB:
db.setBalance(address, balance)