rgb-cln/hsmd
niftynei 90b393ca1a hsmd/db: backfill pubkey information so that psbts signing works
the way we use PSBTs to sign things requires that we have the
scriptpubkey available on the utxo so we can populate the witness-utxo
field with it.

this causes problems if we don't already have the scriptpubkey cached in
the database, as in *some* cases we require a round trip to the HSM to
populate them

to get over this hump, we backfill any and all missing scriptpubkey
information for the utxo's that we hold in our wallet.

this will allow us to clean up the NULL handling of missing
scriptpubkeys.
2020-07-29 13:13:46 +02:00
..
Makefile setup: create a common setup which will handle the wally-context 2020-05-19 13:35:42 +09:30
capabilities.h hsmd: add message to sign the mutual close transaction. 2018-07-24 00:40:01 +02:00
hsm_wire.csv hsmd/db: backfill pubkey information so that psbts signing works 2020-07-29 13:13:46 +02:00
hsmd.c hsmd/db: backfill pubkey information so that psbts signing works 2020-07-29 13:13:46 +02:00