Skip to content

Commit

Permalink
修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
MaricoHan committed Apr 16, 2022
1 parent d1e6d80 commit 499350b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ func (base baseClient) QueryTx(hash string) (sdk.ResultQueryTx, error) {
}

res, err := base.Tx(context.Background(), tx, true)

if err != nil {
return sdk.ResultQueryTx{}, err
}

resBlocks, err := base.getResultBlocks([]*ctypes.ResultTx{res})

if err != nil {
return sdk.ResultQueryTx{}, err
}
Expand Down

0 comments on commit 499350b

Please sign in to comment.