Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Fix amount parsing in GetTransactionDetail #6

Merged
merged 6 commits into from
Jun 13, 2024
Merged

Conversation

tcharding
Copy link
Member

We got a field wrong, it is supposed to be signed. Also, turns out somehow I got confused that there is not such thing as Bitcoin Core v0.17.2 - switch to using v0.17.1

It seems like there is no 0.17.2 on
https://bitcoincore.org/en/releases/.

I don't know what happened, how I got to using 0.17.2 - perhaps I got
confused.
Turns out this amount is signed, use `SignedAmount` instead of `Amount`.
In preparation for release bump the version numbers to `v0.2.0`. Also
add changelogs for all crates.
@tcharding tcharding merged commit 6729c07 into master Jun 13, 2024
25 checks passed
@tcharding tcharding deleted the 06-13-amount-bug branch September 3, 2024 02:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant