Matt Corallo

Results 964 comments of Matt Corallo

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.

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...