Commit a28bcac
committed
Re-add accidentally removed
In e620310, we made many, many
small changes to prepare for running `rustfmt` on `peer_handler.rs`.
Unfortunately, in the process we seem to have introduced a bug where
we'd only call `handle_channel_update` on the `RoutingMessageHandler`,
but not the `ChannelMessageHandler` anymore.
Here, we fix this and reinstate proper working of our channel updates.handle_channel_update call1 parent ecce859 commit a28bcac
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2593 | 2593 | | |
2594 | 2594 | | |
2595 | 2595 | | |
| 2596 | + | |
| 2597 | + | |
| 2598 | + | |
2596 | 2599 | | |
2597 | 2600 | | |
2598 | 2601 | | |
| |||
0 commit comments