mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-12 02:24:24 +01:00
when re-populating a channel's data from the database, since we don't store the psbt data (with input scripts + amounts), we need to re-populate it. the right solution is to patch the psbt into the database; for now we 'monkey-patch' it in.