Skip to content

Commit 63fcb4b

Browse files
committed
try fix explicitly add node
1 parent dbadf36 commit 63fcb4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interchaintest/txs_auth_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ func TestTxAuthSignModesAndOrdering(t *testing.T) {
6868
amount.String(),
6969
"--gas=auto",
7070
fmt.Sprintf("--sign-mode=%s", signMode),
71+
fmt.Sprintf("--node=http://%s:26657", chainNode.HostName()),
7172
}
7273
if unordered {
7374
cmd = append(cmd, "--unordered", "--timeout-duration=20s")

0 commit comments

Comments
 (0)