Merge pull request #187 from hermeznetwork/feature/ethclient15-sc

Update ethclient rollup iteration 2
This commit is contained in:
arnau
2020-10-09 12:17:06 +02:00
committed by GitHub
11 changed files with 332 additions and 77 deletions

View File

@@ -143,7 +143,7 @@ func TestClientRollup(t *testing.T) {
// Add a token
tx, err := c.RollupAddToken(token1Addr)
tx, err := c.RollupAddToken(token1Addr, clientSetup.RollupVariables.FeeAddToken)
require.Nil(t, err)
assert.NotNil(t, tx)