basic linking test working

This commit is contained in:
Jared Wasinger 2024-12-06 14:03:01 +07:00 committed by Felix Lange
parent b06406a8b2
commit 44420cbb36
1 changed files with 0 additions and 1 deletions

View File

@ -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
} }