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

Getting TransactionId from a TransactionReceipt returns [email protected] #506

Closed
rwalworth opened this issue Sep 21, 2023 · 0 comments · Fixed by #512
Closed

Getting TransactionId from a TransactionReceipt returns [email protected] #506

rwalworth opened this issue Sep 21, 2023 · 0 comments · Fixed by #512
Assignees
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs
Milestone

Comments

@rwalworth
Copy link
Contributor

Description

Trying to get the TransactionId from a TransactionReceipt returns [email protected]. This looks like a bug in TransactionReceiptQuery::mapResponse(), as the TransactionReceiptQuery is not passing mTransactionId to the TransactionReceipt::fromProtobuf() call.

Steps to reproduce

  1. Execute any Transaction and get its receipt.
  2. Call <receipt>.mTransactionId.toString().
  3. Observe [email protected].

Additional context

No response

Hedera network

other

Version

v0.16.0

Operating system

macOS

@rwalworth rwalworth added the Bug A error that causes the feature to behave differently than what was expected based on design docs label Sep 21, 2023
@rwalworth rwalworth added this to the 0.17.0 milestone Sep 21, 2023
@rwalworth rwalworth self-assigned this Sep 21, 2023
@rwalworth rwalworth linked a pull request Oct 3, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant