Browse Source

assert CListMempool impl Mempool

pull/3524/head
Anton Kaliaev 6 years ago
parent
commit
ae8e2188e6
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mempool/clist_mempool.go

+ 2
- 0
mempool/clist_mempool.go View File

@ -68,6 +68,8 @@ type CListMempool struct {
metrics *Metrics
}
var _ Mempool = &CListMempool{}
// Option sets an optional parameter on the mempool.
type Option func(*CListMempool)


Loading…
Cancel
Save