Skip to content

Commit

Permalink
1166 get transaction data (#1167)
Browse files Browse the repository at this point in the history
* roundRobinGetTransaction bug fix

* Changeset version file
  • Loading branch information
0xp3gasus authored May 22, 2024
1 parent 59601c8 commit 1a8f57d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-toys-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xchainjs/xchain-cosmos-sdk': patch
---

Get transaction data bug fix
1 change: 1 addition & 0 deletions packages/xchain-cosmos-sdk/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ export default abstract class Client extends BaseXChainClient implements XChainC
try {
const tx = await client.getTx(txId)
if (!tx) throw Error(`Can not find transaction ${txId}`)
return tx
} catch {}
}

Expand Down

0 comments on commit 1a8f57d

Please sign in to comment.