mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
import tendermint/test to init ~/.tendermint_test/*
This commit is contained in:
13
rpc/test/config.go
Normal file
13
rpc/test/config.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package rpctest
|
||||
|
||||
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