mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
internal/ethapi: fix lint
This commit is contained in:
parent
6da1903139
commit
45de73aaac
1 changed files with 1 additions and 1 deletions
|
|
@ -403,4 +403,4 @@ func (b *backendMock) Engine() consensus.Engine { return nil }
|
||||||
|
|
||||||
func (b *backendMock) NewMatcherBackend() filtermaps.MatcherBackend { return nil }
|
func (b *backendMock) NewMatcherBackend() filtermaps.MatcherBackend { return nil }
|
||||||
|
|
||||||
func (b *backendMock) HistoryCutoff() uint64 { return b.HistoryCutoff() }
|
func (b *backendMock) HistoryCutoff() uint64 { return 0 }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue