Add fees subtraction on TxProcessors

This commit is contained in:
arnaucube
2020-10-23 18:10:28 +02:00
parent e76cc98e4c
commit 1e71d7f19e
2 changed files with 21 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ func TestProcessTxsSynchronizer(t *testing.T) {
assert.Equal(t, 2, len(exitInfos)) // 2, as previous batch was without L1UserTxs, and has pending the 'ForceExit(1) A: 5'
acc, err = sdb.GetAccount(common.Idx(256))
assert.Nil(t, err)
assert.Equal(t, "73", acc.Balance.String())
assert.Equal(t, "78", acc.Balance.String())
}
/*