Skip to content

Commit

Permalink
Remove unused mempool reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tzdybal committed Apr 16, 2021
1 parent fc3b448 commit c618a9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 736 deletions.
4 changes: 4 additions & 0 deletions mempool/mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import (
"github.com/lazyledger/lazyledger-core/types"
)

// UnknownPeerID is the peer ID to use when running CheckTx when there is
// no peer (e.g. RPC)
const UnknownPeerID uint16 = 0

// Mempool defines the mempool interface.
//
// Updates to the mempool need to be synchronized with committing a block so
Expand Down
343 changes: 0 additions & 343 deletions mempool/reactor.go

This file was deleted.

Loading

0 comments on commit c618a9d

Please sign in to comment.