Bump SDK to v0.47.4
This commit is contained in:
@@ -136,7 +136,7 @@ func (s *SystemUnderTest) StartChain(t *testing.T, xargs ...string) {
|
||||
t.Helper()
|
||||
s.Log("Start chain\n")
|
||||
s.ChainStarted = true
|
||||
s.forEachNodesExecAsync(t, append([]string{"start", "--log_level=info"}, xargs...)...)
|
||||
s.forEachNodesExecAsync(t, append([]string{"start", "--trace", "--log_level=info"}, xargs...)...)
|
||||
|
||||
s.AwaitNodeUp(t, s.rpcAddr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user