Skip to content

Commit

Permalink
Merge branch 'develop' into develop-geth-v1.14.12
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Jan 15, 2025
2 parents f68804c + 26decf3 commit 7de6533
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/ethapi/transaction_args_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ func (b *backendMock) SubscribeRemovedLogsEvent(ch chan<- core.RemovedLogsEvent)

func (b *backendMock) Engine() consensus.Engine { return nil }

func (b *backendMock) SetHistoricalBlocksSynced(synced bool) {
// This is a mock implementation, so we can leave it empty
// or add test-specific logic if needed
func (b *backendMock) SetHistoricalBlocksSynced() bool {
return true
}

0 comments on commit 7de6533

Please sign in to comment.