valued mammal af15ebba94
fix(electrum): Fix fetch_prev_txout
Previously we inserted every TxOut of a previous tx
at the same outpoint, which is incorrect because an outpoint
only points to a single TxOut. Now just get the TxOut
corresponding to the txin prevout and insert it with
its outpoint.
2024-05-14 10:50:02 -04:00
..
2024-05-14 10:50:02 -04:00
2024-05-10 14:05:40 -05:00

BDK Electrum

BDK Electrum extends electrum-client to update bdk_chain structures from an Electrum server.