mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-27 11:05:06 +00:00
assert CListMempool impl Mempool
This commit is contained in:
@@ -68,6 +68,8 @@ type CListMempool struct {
|
||||
metrics *Metrics
|
||||
}
|
||||
|
||||
var _ Mempool = &CListMempool{}
|
||||
|
||||
// Option sets an optional parameter on the mempool.
|
||||
type Option func(*CListMempool)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user