mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 12:11:58 +00:00
mempool tests
This commit is contained in:
13
mempool/config.go
Normal file
13
mempool/config.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package mempool
|
||||
|
||||
import (
|
||||
cfg "github.com/tendermint/tendermint/config"
|
||||
)
|
||||
|
||||
var config cfg.Config = nil
|
||||
|
||||
func init() {
|
||||
cfg.OnConfig(func(newConfig cfg.Config) {
|
||||
config = newConfig
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user