mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 07:23:46 +00:00
basic linking test working
This commit is contained in:
parent
b06406a8b2
commit
44420cbb36
1 changed files with 0 additions and 1 deletions
|
|
@ -255,7 +255,6 @@ func WatchEvents[T any](instance *ContractInstance, opts *bind.WatchOpts, eventI
|
||||||
// New log arrived, parse the event and forward to the user
|
// New log arrived, parse the event and forward to the user
|
||||||
ev, err := unpack(&log)
|
ev, err := unpack(&log)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("unpack err: %v", err)
|
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue