Files
lightning/bitcoin
niftynei c3ae44e296 psbt: don't crash if we can't add a partial sig
instead return a boolean indicating the success/failure of a sig set
2020-06-23 14:49:32 +02:00
..
2018-06-21 13:43:32 +02:00
2015-06-25 13:48:05 +09:30
2020-02-27 14:16:16 +10:30
2020-06-23 14:49:32 +02:00
2020-06-23 14:49:32 +02:00

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.