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
2027
inner.get_funding_txo().0);
2023
2028
inner.balances_empty_height = None;
2024
-
false
2029
+
(false,true)
2025
2030
},
2026
2031
(None,true) => {
2027
2032
// Claimed all funds but `balances_empty_height` is None. It is set to the
0 commit comments