mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
typo fix
This commit is contained in:
parent
94c91cc6d8
commit
967ceca76e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ type Options struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Estimate returns the lowest possible gas limit that allows the transaction to
|
// Estimate returns the lowest possible gas limit that allows the transaction to
|
||||||
// run successfully with the provided context optons. It returns an error if the
|
// run successfully with the provided context options. It returns an error if the
|
||||||
// transaction would always revert, or if there are unexpected failures.
|
// transaction would always revert, or if there are unexpected failures.
|
||||||
func Estimate(ctx context.Context, call *core.Message, opts *Options, gasCap uint64) (uint64, []byte, error) {
|
func Estimate(ctx context.Context, call *core.Message, opts *Options, gasCap uint64) (uint64, []byte, error) {
|
||||||
// Binary search the gas limit, as it may need to be higher than the amount used
|
// Binary search the gas limit, as it may need to be higher than the amount used
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue