Merge pull request #1867 from wpaulino/remove-signer-persistence
[rust-lightning] / fuzz / src / full_stack.rs
index fbe854e01c04e6a1d0ce36019773b130a02696ec..6374328238892ad3727933e64075d6561c88d07e 100644 (file)
@@ -659,7 +659,7 @@ pub fn do_test(data: &[u8], logger: &Arc<dyn Logger>) {
                                Event::FundingGenerationReady { temporary_channel_id, counterparty_node_id, channel_value_satoshis, output_script, .. } => {
                                        pending_funding_generation.push((temporary_channel_id, counterparty_node_id, channel_value_satoshis, output_script));
                                },
-                               Event::PaymentReceived { payment_hash, .. } => {
+                               Event::PaymentClaimable { payment_hash, .. } => {
                                        //TODO: enhance by fetching random amounts from fuzz input?
                                        payments_received.push(payment_hash);
                                },