Skip to content

Commit

Permalink
f sp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Nov 29, 2022
1 parent 0c8f811 commit 3149544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/reload_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ fn forwarded_payment_no_manager_persistence() {

#[test]
fn removed_payment_no_manager_persistence() {
// 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
// the corresponding ChannelManager persistence does not, we need to ensure that the HTLC is
// still failed back to the previous hop even though the ChannelMonitor now no longer is aware
// of the HTLC. This was previously broken as no attempt was made to figure out which HTLCs
Expand Down

0 comments on commit 3149544

Please sign in to comment.