Skip to content

Commit

Permalink
nit: add test doc
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com>
  • Loading branch information
G8XSU and TheBlueMatt committed Mar 21, 2024
1 parent 5ea38da commit 74eab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/payment_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ fn do_test_dup_htlc_onchain_doesnt_fail_on_reload(persist_manager_post_event: bo
let funding_txo = OutPoint { txid: funding_tx.txid(), index: 0 };

// Note that we skip persisting ChannelMonitors. We should still be generating the payment sent
// event without ChannelMonitor persistence.
// event without ChannelMonitor persistence. If we reset to a previous state on reload, the block should be replayed and we'll regenerate the event.

// If we persist the ChannelManager here, we should get the PaymentSent event after
// deserialization.
Expand Down

0 comments on commit 74eab55

Please sign in to comment.