Files
palladum-lightning/bitcoin
Dusty Daemon 5ef0ed3126 psbt: unused code path could leak
If `wally_psbt_extract` fails the function returns early leaking psbt, if it was `taken()`.

Throw it on tmpctx so its not leaked in this case.

Changelog-None
2025-05-15 13:16:02 +09:30
..
2025-05-13 14:52:15 +09:30
2025-05-13 14:52:15 +09:30
2025-05-13 14:52:15 +09:30
2024-11-17 10:55:28 +10:30
2025-05-15 13:16:02 +09:30

These are standard bitcoin manipulation routines which should be
provided by any normal bitcoin library in whatever language you choose.

The ones here are standalone ones taken from bitcoin core and some I
wrote, many taken from bitcoin-iterate and pasted in here.