Skip to content

Commit

Permalink
fix: actually wait for metatx before trying to get it
Browse files Browse the repository at this point in the history
chmanie committed Jan 27, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent debe567 commit 4b4b275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/TxCreator/TxCreator.ts
Original file line number Diff line number Diff line change
@@ -280,6 +280,7 @@ export class TxCreator<
'Could not get transaction hash from broadcaster response',
);
}
await provider.waitForTransaction(parsed.data.txHash);

return provider.getTransaction(parsed.data.txHash);
}

0 comments on commit 4b4b275

Please sign in to comment.