mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
Merge remote-tracking branch 'remotes/origin/signer'
Conflicts: types/priv_validator.go
This commit is contained in:
@@ -24,7 +24,7 @@ func TestNodeStartStop(t *testing.T) {
|
||||
time.Sleep(time.Second * 2)
|
||||
|
||||
// Create & start node
|
||||
n := NewNode()
|
||||
n := NewNodeDefaultPrivVal()
|
||||
l := p2p.NewDefaultListener("tcp", config.GetString("node_laddr"), config.GetBool("skip_upnp"))
|
||||
n.AddListener(l)
|
||||
n.Start()
|
||||
|
||||
Reference in New Issue
Block a user