Skip to content

Commit

Permalink
implementing missing interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslara committed Feb 1, 2024
1 parent bb065ae commit 95b5f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mempool/nop_mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,5 @@ func (*NopMempoolReactor) ReceiveEnvelope(p2p.Envelope) {}

// SetSwitch does nothing.
func (*NopMempoolReactor) SetSwitch(*p2p.Switch) {}

func (*NopMempoolReactor) AppHashErrorsCh() chan p2p.AppHashError { return nil }

0 comments on commit 95b5f92

Please sign in to comment.