mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 08:33:45 +00:00
fix comment for bindError method
This commit is contained in:
parent
f90a88e85a
commit
915c7e83c9
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ func (cb *contractBinder) bindEvent(original abi.Event) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// bindEvent normalizes an error and registers it to be emitted in the bindings.
|
||||
// bindError normalizes an error and registers it to be emitted in the bindings.
|
||||
func (cb *contractBinder) bindError(original abi.Error) error {
|
||||
normalizedName, err := cb.RegisterErrorIdentifier(original.Name)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue