mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-27 02:55:07 +00:00
change node#Mempool to return interface
This commit is contained in:
@@ -806,7 +806,7 @@ func (n *Node) MempoolReactor() *mempl.Reactor {
|
||||
}
|
||||
|
||||
// Mempool returns the Node's mempool.
|
||||
func (n *Node) Mempool() *mempl.CListMempool {
|
||||
func (n *Node) Mempool() mempl.Mempool {
|
||||
return n.mempool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user