diff --git a/tools/faucet/faucet/faucet.go b/tools/faucet/faucet/faucet.go index 1a51ba0968..2da6f4205a 100644 --- a/tools/faucet/faucet/faucet.go +++ b/tools/faucet/faucet/faucet.go @@ -59,7 +59,6 @@ func (f *Faucet) Fund(address *common.Address, token string, amount *big.Int) (s signedTx, err = f.fundNativeToken(address, amount) } else { return "", fmt.Errorf("token not fundable atm") - // signedTx, err = f.fundERC20Token(address, token) // todo implement this when contracts are deployable somewhere } if err != nil {