good morning!!!!

Skip to content
Snippets Groups Projects
Commit a5aaab2f authored by CDsigma's avatar CDsigma Committed by Felix Lange
Browse files

accounts/abi/bind/backends: fix typo (#17749)

parent f1b9a3e2
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ func (b *SimulatedBackend) PendingNonceAt(ctx context.Context, account common.Ad
}
// SuggestGasPrice implements ContractTransactor.SuggestGasPrice. Since the simulated
// chain doens't have miners, we just return a gas price of 1 for any call.
// chain doesn't have miners, we just return a gas price of 1 for any call.
func (b *SimulatedBackend) SuggestGasPrice(ctx context.Context) (*big.Int, error) {
return big.NewInt(1), nil
}
......
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