refactor(client): change flag for unordered tx timeouts (#24561)

This commit is contained in:
Tyler
2025-04-24 14:22:06 -04:00
committed by GitHub
parent 03e534a2c1
commit e2c7604df0
6 changed files with 46 additions and 25 deletions
+1
View File
@@ -195,6 +195,7 @@ func (c CLIWrapper) RunAndWait(args ...string) string {
// RunCommandWithArgs use for run cli command, not tx
func (c CLIWrapper) RunCommandWithArgs(args ...string) string {
c.t.Helper()
args = c.WithKeyringFlags(args...)
execOutput, _ := c.run(args)
return execOutput
}