Skip to content

Commit a15f45c

Browse files
committed
accounts/abi: typo
Signed-off-by: jsvisa <[email protected]>
1 parent 4bd9908 commit a15f45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/abi/bind/backends/simulated.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ func (b *SimulatedBackend) FilterLogs(ctx context.Context, query ethereum.Filter
764764
to = query.ToBlock.Int64()
765765
}
766766
// Construct the range filter
767-
filter = b.filterSystem.NewRangeFilter(from, to, query.Addresses, query.Topics)
767+
filter, _ = b.filterSystem.NewRangeFilter(from, to, query.Addresses, query.Topics)
768768
}
769769
// Run the filter and return all the logs
770770
logs, err := filter.Logs(ctx)

0 commit comments

Comments
 (0)