mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -51,6 +51,9 @@ static void migrate_payments_scids_as_integers(struct lightningd *ld,
|
||||
static void fillin_missing_lease_satoshi(struct lightningd *ld,
|
||||
struct db *db);
|
||||
|
||||
static void fillin_missing_lease_satoshi(struct lightningd *ld,
|
||||
struct db *db);
|
||||
|
||||
/* Do not reorder or remove elements from this array, it is used to
|
||||
* migrate existing databases from a previous state, based on the
|
||||
* string indices */
|
||||
|
||||
Reference in New Issue
Block a user