Skip to content

Commit

Permalink
remove IsOnline() as it's not used anywhere
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/go-ipfs-exchange-interface@1181846
  • Loading branch information
MichaelMure committed Jul 13, 2022
1 parent 9abb693 commit 1b9178f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exchange/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ type Interface interface { // type Exchanger interface
// NotifyNewBlocks tells the exchange that new blocks are available and can be served.
NotifyNewBlocks(ctx context.Context, blocks ...blocks.Block) error

IsOnline() bool

io.Closer
}

Expand Down

0 comments on commit 1b9178f

Please sign in to comment.