We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8f811 commit 3149544Copy full SHA for 3149544
lightning/src/ln/reload_tests.rs
@@ -936,7 +936,7 @@ fn forwarded_payment_no_manager_persistence() {
936
937
#[test]
938
fn removed_payment_no_manager_persistence() {
939
- // If an HTLC is failed to us ona channel, and the ChannelMonitor persistence completes, but
+ // If an HTLC is failed to us on a channel, and the ChannelMonitor persistence completes, but
940
// the corresponding ChannelManager persistence does not, we need to ensure that the HTLC is
941
// still failed back to the previous hop even though the ChannelMonitor now no longer is aware
942
// of the HTLC. This was previously broken as no attempt was made to figure out which HTLCs
0 commit comments