Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

txStatusReceipts broken #1049

Open
tcoratger opened this issue Dec 19, 2022 · 0 comments
Open

txStatusReceipts broken #1049

tcoratger opened this issue Dec 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@tcoratger
Copy link

Describe the bug
The txStatusReceipts function inside the Provider class seems broken (the input is the txhash rather than the receipt_id and the function does not work properly).

abstract txStatusReceipts(txHash: Uint8Array | string, accountId: string): Promise<FinalExecutionOutcome>;

Expected behavior
I expect a function where I can get my transaction status from the receipt_id and that’s what seems to be expected with this feature but it doesn’t work.

@tcoratger tcoratger added the bug Something isn't working label Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog 🥶
Development

No branches or pull requests

1 participant