We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb61d8 commit d03759aCopy full SHA for d03759a
crates/fiber-lib/src/fiber/tests/settle_tlc_set_command_tests.rs
@@ -272,6 +272,10 @@ fn create_test_channel_state_with_tlc(
272
pending_notify_settle_tlcs: vec![],
273
ephemeral_config: Default::default(),
274
private_key: None,
275
+ external_funding: false,
276
+ external_funding_lock_script: None,
277
+ unsigned_funding_tx: None,
278
+ external_funding_signed_submitted: false,
279
}
280
281
0 commit comments