Searched refs:temporary_channel_id (Results 1 – 8 of 8) sorted by relevance
/dports/net-p2p/c-lightning/lightning-0.10.2/wire/test/ |
H A D | run-peer-wire.c | 83 struct channel_id temporary_channel_id; member 89 struct channel_id temporary_channel_id; member 115 struct channel_id temporary_channel_id; member 271 &s->temporary_channel_id, in towire_struct_open_channel() 298 &s->temporary_channel_id, in fromwire_struct_open_channel() 324 &s->temporary_channel_id, in towire_struct_accept_channel() 347 &s->temporary_channel_id, in fromwire_struct_accept_channel() 601 &s->temporary_channel_id, in towire_struct_funding_signed() 610 &s->temporary_channel_id, in fromwire_struct_funding_signed() 669 &s->temporary_channel_id, in towire_struct_funding_created() [all …]
|
/dports/net-p2p/c-lightning/lightning-0.10.2/common/ |
H A D | channel_id.h | 28 void temporary_channel_id(struct channel_id *channel_id);
|
H A D | channel_id.c | 75 void temporary_channel_id(struct channel_id *channel_id) in temporary_channel_id() function
|
/dports/finance/electrum/Electrum-4.1.5/electrum/lnwire/ |
H A D | peer_wire.csv | 36 msgdata,open_channel,temporary_channel_id,byte,32 57 msgdata,accept_channel,temporary_channel_id,byte,32 75 msgdata,funding_created,temporary_channel_id,byte,32
|
/dports/net-p2p/c-lightning/lightning-0.10.2/wire/ |
H A D | peer_wire.csv | 74 msgdata,open_channel,temporary_channel_id,byte,32 97 msgdata,accept_channel,temporary_channel_id,byte,32 117 msgdata,funding_created,temporary_channel_id,byte,32
|
H A D | extracted_peer_03_openchannelv2.patch | 43 msgdata,open_channel,temporary_channel_id,byte,32
|
/dports/finance/electrum/Electrum-4.1.5/electrum/ |
H A D | lnpeer.py | 626 temporary_channel_id=temp_channel_id, 743 temporary_channel_id=temp_channel_id, 865 temporary_channel_id=temp_chan_id,
|
/dports/net-p2p/c-lightning/lightning-0.10.2/openingd/ |
H A D | openingd.c | 275 temporary_channel_id(&state->channel_id); in setup_channel_funder()
|