Skip to content

Commit

Permalink
Fix checking tx result
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Feb 13, 2024
1 parent 9d29838 commit 9dd0452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/stakingplus/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ func (s *E2ETestSuite) createAccount(uid, mnemonic string) {
s.Require().NoError(val.ClientCtx.Codec.UnmarshalJSON(out.Bytes(), &res), out.String())
s.Require().Zero(res.Code, out.String())

s.Require().NoError(s.network.WaitForNextBlock())
s.Require().NoError(clitestutil.CheckTxCode(s.network, val.ClientCtx, res.TxHash, 0))
}

0 comments on commit 9dd0452

Please sign in to comment.