accounts/abi/bind/backends: HistoryPruningCutoff in simulated returns 0

This commit is contained in:
Pratik Patil 2025-05-22 16:00:10 +05:30
parent 1742bd3b27
commit 6b3e86104a
No known key found for this signature in database
GPG key ID: AFDCA496554874B3

View file

@ -982,7 +982,7 @@ func (fb *filterBackend) CurrentView() *filtermaps.ChainView {
}
func (fb *filterBackend) HistoryPruningCutoff() uint64 {
panic("implement me")
return 0
}
func nullSubscription() event.Subscription {