mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-25 18:14:19 +01:00
Postgresql actually checks, and fails. It's unclear why this field is an INTEGER (and u32) when it's a BIGINT in db here (it's an INTEGER in the channels table, just a BIGINT in the channel_funding_inflights table). Changelog-Fixed: db: postgresql crash on startup when dual-funding lease open is pending with "s32 field doesn't match size: expected 4, actual 8" Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>