mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
Allow late connecting
This commit is contained in:
@@ -70,7 +70,7 @@ func startApp() *process.Process {
|
||||
|
||||
func startClient() *tmspcli.Client {
|
||||
// Start client
|
||||
client, err := tmspcli.NewClient("tcp://127.0.0.1:46658")
|
||||
client, err := tmspcli.NewClient("tcp://127.0.0.1:46658", true)
|
||||
if err != nil {
|
||||
panic("connecting to counter_app: " + err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user