Merge pull request #171 from hermeznetwork/feature/processtx-l2tx-nonces

Add StateDB compute nonces on ProcessTx L2Tx
This commit is contained in:
Eduard S
2020-10-02 11:59:31 +02:00
committed by GitHub
14 changed files with 192 additions and 94 deletions

View File

@@ -96,7 +96,7 @@ func TestMain(m *testing.M) {
if err != nil {
panic(err)
}
sdb, err := statedb.NewStateDB(dir, false, 0)
sdb, err := statedb.NewStateDB(dir, statedb.TypeTxSelector, 0)
if err != nil {
panic(err)
}