Skip to content

Commit

Permalink
test impl
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Nov 27, 2024
1 parent 4a04388 commit 3affd39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/ethapi/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,11 @@ func (b testBackend) SubscribeChainHeadEvent(ch chan<- core.ChainHeadEvent) even
func (b testBackend) SubscribeChainSideEvent(ch chan<- core.ChainSideEvent) event.Subscription {
panic("implement me")
}

// CHANGE(taiko)
func (b testBackend) SubscribeSoftBlockEvent(ch chan<- core.SoftBlockEvent) event.Subscription {
panic("implement me")
}
func (b testBackend) SendTx(ctx context.Context, signedTx *types.Transaction) error {
panic("implement me")
}
Expand Down

0 comments on commit 3affd39

Please sign in to comment.