You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
extension web3.web3contract
// this is from send function
if (mergedOptions.gasLimit! > estimatedGasResult.value!) {
return Result.failure(Web3Error.inputError("Estimated gas is larger than the gas limit"))
}
I think this is a mistake in comparison.
Comparison mark should be less then.
The text was updated successfully, but these errors were encountered:
I think this is a mistake in comparison.
Comparison mark should be less then.
The text was updated successfully, but these errors were encountered: