mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +00:00
Begin implementation of local client
This commit is contained in:
@ -37,6 +37,10 @@ func GetConfig() cfg.Config {
|
||||
return config
|
||||
}
|
||||
|
||||
func GetNode() *nm.Node {
|
||||
return node
|
||||
}
|
||||
|
||||
// GetURIClient gets a uri client pointing to the test tendermint rpc
|
||||
func GetURIClient() *client.ClientURI {
|
||||
rpcAddr := GetConfig().GetString("rpc_laddr")
|
||||
|
Reference in New Issue
Block a user