basic linking test working
This commit is contained in:
parent
b06406a8b2
commit
44420cbb36
|
@ -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 New Issue