diff --git a/accounts/abi/bind/backends/simulated.go b/accounts/abi/bind/backends/simulated.go index 9e89dcf460..92b34c7928 100644 --- a/accounts/abi/bind/backends/simulated.go +++ b/accounts/abi/bind/backends/simulated.go @@ -982,7 +982,7 @@ func (fb *filterBackend) CurrentView() *filtermaps.ChainView { } func (fb *filterBackend) HistoryPruningCutoff() uint64 { - panic("implement me") + return 0 } func nullSubscription() event.Subscription {