mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-08 03:46:52 +01:00
Update test ethclient, rename rollup var
This commit is contained in:
@@ -35,8 +35,7 @@ func TestRollupConstants(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestAddToken(t *testing.T) {
|
||||
var feeAddToken = new(big.Int)
|
||||
feeAddToken = big.NewInt(10)
|
||||
feeAddToken := big.NewInt(10)
|
||||
// Addtoken
|
||||
_, err := rollupClient.RollupAddToken(tokenERC777AddressConst, feeAddToken)
|
||||
require.Nil(t, err)
|
||||
|
||||
Reference in New Issue
Block a user