mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
accounts/abi/bind/backends: HistoryPruningCutoff in simulated returns 0
This commit is contained in:
parent
1742bd3b27
commit
6b3e86104a
1 changed files with 1 additions and 1 deletions
|
|
@ -982,7 +982,7 @@ func (fb *filterBackend) CurrentView() *filtermaps.ChainView {
|
|||
}
|
||||
|
||||
func (fb *filterBackend) HistoryPruningCutoff() uint64 {
|
||||
panic("implement me")
|
||||
return 0
|
||||
}
|
||||
|
||||
func nullSubscription() event.Subscription {
|
||||
|
|
|
|||
Loading…
Reference in a new issue