good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 2d1d7115 authored by ledgerwatch's avatar ledgerwatch Committed by GitHub
Browse files

Update eth_call.go

parent a0df37f5
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ package commands
import (
"context"
"errors"
"fmt"
"fm
"math/big"
"github.com/holiman/uint256"
......@@ -271,7 +271,6 @@ func (api *APIImpl) EstimateGas(ctx context.Context, args ethapi.CallArgs, block
return 0, result.Err
}
// Otherwise, the specified gas cap is too low
fmt.Println("eth.go")
return 0, fmt.Errorf("gas required exceeds allowance (%d)", cap)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment