Fixes bug with incorrect conversion of JsonValue to Txid.
authorolegkubrakov <oleg@lightspark.com>
Fri, 15 Dec 2023 00:34:01 +0000 (16:34 -0800)
committerolegkubrakov <oleg@lightspark.com>
Fri, 15 Dec 2023 00:34:01 +0000 (16:34 -0800)
commit6b3c2c6430f92f925ab479aad35dced800b89731
tree05c6eee254f8d2e2d886d073b8d670a1d8565874
parentc9d52cf1854b09bd9dc8d7a5916e8f8c840c07bb
Fixes bug with incorrect conversion of JsonValue to Txid.

The bug happens when there is a call to a bitcoind that expects a transaction id as a response and
results in a corrupted Txid being returned.
lightning-block-sync/src/convert.rs