Matt Corallo
Matt Corallo
LGTM, feel free to squash.
Basically add a new field `last_local_balance_msat` or something like that, to the `ChannelClosed` event, and then fix all the compile errors where we generate that event by calling `Channel::get_available_balances` and...
You should start by updating the event itself in `events.rs` and compile, that will give you a list of places that need updating :)
Use the relevant (local balance) field from it :)
Looks like it, its been a few months since the last comment.
CI is quite sad.
Feel free to squash before any reviewers take a big look.
Looks like this needs rebase and CI was failing.
Basically LGTM! Please squash the commit history so that each commit stands on its own and compiles+passes tests and no later commits are fixing/cleaning up things from previous commits (in...
Please line-wrap your commit message text.