Skip to content

Commit

Permalink
Update test interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Sep 20, 2024
1 parent 4f7528b commit 6a45c0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blockservice/blockservice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ func (f *fakeIsNewSessionCreateExchange) NewSession(context.Context) exchange.Fe
return f.ses
}

func (*fakeIsNewSessionCreateExchange) NotifyNewBlock(context.Context, blocks.Block) error {
return nil
}

func (*fakeIsNewSessionCreateExchange) NotifyNewBlocks(context.Context, ...blocks.Block) error {
return nil
}
Expand Down

0 comments on commit 6a45c0e

Please sign in to comment.