You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"WARNING: LDK thought it was done claiming all the available funds in the ChannelMonitor for channel {}, but later decided it had more to claim. This is potentially an important bug in LDK, please report it at https://github.com/lightningdevkit/rust-lightning/issues/new",
2022
2026
inner.get_funding_txo().0);
2023
2027
inner.balances_empty_height = None;
2024
-
false
2028
+
(false,true)
2025
2029
},
2026
2030
(None,true) => {
2027
2031
// Claimed all funds but `balances_empty_height` is None. It is set to the
0 commit comments