Closed edilmedeiros closed 5 months ago
It doesn't happen everywhere, in the final code block in chapter 14, the json output seem fine.
Oh this could be because I changed the transaction example I was using and went back and updated everywhere. I was initially using an arbitrary transaction from mainnet
but then decided that that is not good for privacy so switched to an arbitrary testnet
example.
I probably just forgot to update this section.
Fixed in #37.
This is trying to decode the string in https://github.com/sb1752/bitcoiner-intro-to-rust/blob/8f0c2c87ac2ea8aa51d5fdf989dbfe8444a089af/14_json_serialization.md?plain=1#L105C28-L105C770.
Manual inspection say the first input should have
txid = 42d5c1d6f7308bbe95c0f6e1301dd73a8da77d2155b0773bc297ac47f9cd7380
(in reverse...)Original text: https://github.com/sb1752/bitcoiner-intro-to-rust/blob/8f0c2c87ac2ea8aa51d5fdf989dbfe8444a089af/14_json_serialization.md?plain=1#L185C1-L198C2
My output:
I'm fixing this in a PR, but wanted to check first.