We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea38da commit 74eab55Copy full SHA for 74eab55
lightning/src/ln/payment_tests.rs
@@ -1114,7 +1114,7 @@ fn do_test_dup_htlc_onchain_doesnt_fail_on_reload(persist_manager_post_event: bo
1114
let funding_txo = OutPoint { txid: funding_tx.txid(), index: 0 };
1115
1116
// Note that we skip persisting ChannelMonitors. We should still be generating the payment sent
1117
- // 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.
1118
1119
// If we persist the ChannelManager here, we should get the PaymentSent event after
1120
// deserialization.
0 commit comments