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

dcrwallet returns incorrect data for a transaction's block hash #96

Closed
barisere opened this issue Dec 30, 2018 · 2 comments
Closed

dcrwallet returns incorrect data for a transaction's block hash #96

barisere opened this issue Dec 30, 2018 · 2 comments
Assignees
Labels
bug Something isn't working
Projects

Comments

@barisere
Copy link
Contributor

On PR 83, the block hash returned by dcrwallet is the same as the transaction hash. This has been confirmed as a bug on the dcrwallet project, and an issue has been submitted. This bug shall be documented for now, and this issue shall await a fix from the dcrwallet project.

@barisere
Copy link
Contributor Author

barisere commented Jan 5, 2019

This issue has been fixed in dcrwallet decred/dcrwallet#1367. You need to update dcrwallet, and maybe dcrd, to get the fix; updating both to the latest versions worked for me. See the output now has a correct block hash.

$ ./godcr show-transaction dc8f20a53ab10246abf19b78296e183f7cdd84040f48f3fd8b05b21068e33ca1
Looking for wallets...
Hash              dc8f20a53ab10246abf19b78296e183f7cdd84040f48f3fd8b05b21068e33ca1
Confirmations     1528
Included in block 000000000022476e6de9b642986624d87e7fd05e18b7cebdd5cca5a82dac1049
Type              REVOCATION
Amount sent       0 DCR
Date              Fri Jan 4, 2019 6:48PM
Size              0.2 kB
Fee               0.00022 DCR
Rate              0.00101851 DCR/kB

@itswisdomagain
Copy link
Contributor

Latest dcrd and dcrwallet binaries are available for download here: https://github.com/decred/decred-binaries/releases

@itswisdomagain itswisdomagain moved this from Blocked to Done in godcr board Jan 5, 2019
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
Development

No branches or pull requests

2 participants