MCPcopy Create free account
hub / github.com/ElementsProject/lightning / test_htlc

Function test_htlc

plugins/lsps-plugin/src/core/lsps2/htlc.rs:304–309  ·  view source on GitHub ↗
(amount_msat: u64, extra_tlvs: TlvStream)

Source from the content-addressed store, hash-verified

302 }
303
304 fn test_htlc(amount_msat: u64, extra_tlvs: TlvStream) -> Htlc {
305 Htlc {
306 amount_msat: Msat::from_msat(amount_msat),
307 extra_tlvs,
308 }
309 }
310
311 #[derive(Default, Clone)]
312 struct MockApi {

Calls

no outgoing calls

Tested by

no test coverage detected