Anton Kaliaev
6 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
2 additions and
0 deletions
-
mempool/clist_mempool.go
|
|
@ -68,6 +68,8 @@ type CListMempool struct { |
|
|
|
metrics *Metrics |
|
|
|
} |
|
|
|
|
|
|
|
var _ Mempool = &CListMempool{} |
|
|
|
|
|
|
|
// Option sets an optional parameter on the mempool.
|
|
|
|
type Option func(*CListMempool) |
|
|
|
|
|
|
|