--- Log opened Wed May 18 00:00:26 2022 00:20 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 240 seconds] 00:21 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 00:37 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #lightning-dev 01:00 -!- riclas [~riclas@77.7.37.188.rev.vodafone.pt] has joined #lightning-dev 01:09 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 250 seconds] 01:27 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #lightning-dev 01:30 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #lightning-dev 01:30 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 250 seconds] 02:46 -!- geyaeb [~geyaeb@gateway/tor-sasl/geyaeb] has joined #lightning-dev 03:30 -!- evanlinjin [~evanlinji@gateway/tor-sasl/evanlinjin] has quit [Ping timeout: 240 seconds] 03:31 -!- Jmabsd [~Jmabsd@user/jmabsd] has joined #lightning-dev 03:31 < Jmabsd> How does exclusive receiving work in Lightning? Say someone is trying to send you 0.1 BTC via Lightning. 03:31 < Jmabsd> You don't have a Lightning channel and after the reception you will just close the channel. 03:31 < Jmabsd> How does that work in practice - can the sender pay your channel open/close fees too, or do you need to upfront them 03:32 < realtbast[m]> That really isn't what lightning is designed to do 03:33 < realtbast[m]> This will cost two on-chain transactions, just sending on-chain directly is more efficient 03:38 < Jmabsd> realtbast[m]: my question regards what the situation is when the receiving channel does not exist yet - 03:38 < Jmabsd> can it be funded by the sender 03:38 < Jmabsd> through the lightning chain 03:50 -!- geyaeb [~geyaeb@gateway/tor-sasl/geyaeb] has quit [Remote host closed the connection] 03:51 -!- geyaeb [~geyaeb@gateway/tor-sasl/geyaeb] has joined #lightning-dev 03:55 -!- litch [~litch@2605:a601:aa3d:3a00:ac7a:5291:d268:4cd2] has quit [Remote host closed the connection] 03:55 -!- litch [~litch@2605:a601:aa3d:3a00:ac7a:5291:d268:4cd2] has joined #lightning-dev 04:30 < Jmabsd> realtbast[m]: ? 04:31 < remyers[m]> "realtbast: my question regards..." <- Consider that if the node forwarding the payment preemptively creates a channel to the payment receiver, they tie up liquidity and pay the on-chain tx fee. If the payment receiver does not accept the incoming payment (eg. goes offline) then the preemptive channel opener is out the tx fee and may have to wait a long time to get their liquidity back. Even if the payment is received 04:31 < remyers[m]> successfully, the lightning fees must be enough to compensate for the on-chain fees and liquidity that might just sit there and not earn them any additional fees. It's not just an economic question though because a possible attack could tie up liquidity and on-chain fees of honest nodes. 04:32 < remyers[m]> s/a/an/, s/possible/attacker/, s/attack// 04:35 < realtbast[m]> I think you're confused about lightning @Jmabsd, there is no "lightning chain", it's using the bitcoin chain 04:36 < realtbast[m]> Something that may look like what you describe would be for a sender (Bob) to pay for Alice to obtain a channel with funds inside it 04:36 < Jmabsd> I know there is no lightning chain. 04:36 < realtbast[m]> That is doable, but it lacks ecosystem tooling, none of the bitcoin wallets out there are able to do that (the UX would be quite hard to get right) 04:39 < Jmabsd> realtbast[m]: Does the Lightning network support it? 04:39 < Jmabsd> (For clarity, I am aware there is no Lightning chain.) 04:41 < realtbast[m]> Of course you can open a channel on the fly to forward a payment and then close it, lightning does make this possible. But no-one out there will offer that service because as remyers explained that doesn't make sense economically. 04:42 < realtbast[m]> Then it's technically also possible to have the sender "sponsor" a channel for the recipient by paying adding one of its utxos to the funding tx of that channel 04:42 < realtbast[m]> That would make more sense and is possible with the lightning protocol, but there is not wallet support for this (and the UX can get messy) 04:45 < Jmabsd> realtbast[m]: would the last ligthning hop open the channel for the recipient with his utxo, or the originator himself would use his own utxo to open????? 04:46 < realtbast[m]> Both are technically possible, that depends on what the last lightning hop is ready to offer you 05:40 < Jmabsd> realtbast[m]: Cool. Does any do this currently? 05:40 < Jmabsd> To receive at the cost of the sender is a valuable feature. 05:41 -!- furrymcgee [~devuan@cgn-89-1-208-157.nc.de] has quit [Ping timeout: 260 seconds] 05:42 -!- furrymcgee [~devuan@cgn-89-1-208-157.nc.de] has joined #lightning-dev 05:43 < realtbast[m]> Most wallet providers offer some kind of on-the-fly channel creation, where they use their utxos to fund the channel but take a fee in exchange, have a look at Phoenix or Breez for example. 05:43 < realtbast[m]> AFAIK no-one implemented the other option to have the sender directly offer an utxo to use in channel funding, because bitcoin wallets don't have the necessary tooling for that (they would need to go back and forth with psbts or use a centralized coordination server). 05:47 -!- CoLo65 [~CoLo65@96.30.198.11] has quit [Quit: Ping timeout (120 seconds)] 05:48 < Jmabsd> realtbast[m]: cool 05:48 -!- CoLo65 [~CoLo65@96.30.198.11] has joined #lightning-dev 05:48 < Jmabsd> realtbast[m]: so Phoenix and Breeze offer this kind of Alice sends Bob without Bob holding a channel in the first place. ok. 05:49 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #lightning-dev 05:52 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 256 seconds] 05:59 -!- litch [~litch@2605:a601:aa3d:3a00:ac7a:5291:d268:4cd2] has quit [Remote host closed the connection] 05:59 < Jmabsd> thanks for saying, will check. 06:05 -!- litch [~litch@2605:a601:aa3d:3a00:ac7a:5291:d268:4cd2] has joined #lightning-dev 06:06 -!- litch_ [~litch@2605:a601:aa3d:3a00:6003:c772:4013:104c] has joined #lightning-dev 06:08 -!- litch__ [~litch@2605:a601:aa3d:3a00:e588:7aa6:8d5a:aa8d] has joined #lightning-dev 06:09 -!- litch [~litch@2605:a601:aa3d:3a00:ac7a:5291:d268:4cd2] has quit [Ping timeout: 244 seconds] 06:11 -!- litch_ [~litch@2605:a601:aa3d:3a00:6003:c772:4013:104c] has quit [Ping timeout: 244 seconds] 06:12 -!- litch__ [~litch@2605:a601:aa3d:3a00:e588:7aa6:8d5a:aa8d] has quit [Ping timeout: 240 seconds] 06:12 -!- litch [~litch@2605:a601:aa3d:3a00:cde:33d6:f839:e06e] has joined #lightning-dev 06:13 -!- litch_ [~litch@2605:a601:aa3d:3a00:ac8c:dd46:c03:b07] has joined #lightning-dev 06:17 -!- litch [~litch@2605:a601:aa3d:3a00:cde:33d6:f839:e06e] has quit [Ping timeout: 244 seconds] 06:18 -!- litch_ [~litch@2605:a601:aa3d:3a00:ac8c:dd46:c03:b07] has quit [Ping timeout: 244 seconds] 06:18 -!- litch [~litch@2605:a601:aa3d:3a00:ac8c:dd46:c03:b07] has joined #lightning-dev 06:24 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #lightning-dev 06:28 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 244 seconds] 06:39 -!- litch [~litch@2605:a601:aa3d:3a00:ac8c:dd46:c03:b07] has quit [Remote host closed the connection] 06:39 -!- litch [~litch@2605:a601:aa3d:3a00:ac8c:dd46:c03:b07] has joined #lightning-dev 06:54 -!- evanlinjin [~evanlinji@gateway/tor-sasl/evanlinjin] has joined #lightning-dev 07:26 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 240 seconds] 07:56 -!- litch [~litch@2605:a601:aa3d:3a00:ac8c:dd46:c03:b07] has quit [Remote host closed the connection] 07:57 -!- litch [~litch@2605:a601:aa3d:3a00:ac8c:dd46:c03:b07] has joined #lightning-dev 07:58 -!- litch_ [~litch@2605:a601:aa3d:3a00:e0e0:7304:6579:6db0] has joined #lightning-dev 07:59 -!- litch__ [~litch@2605:a601:aa3d:3a00:c150:87a5:52cc:e5dc] has joined #lightning-dev 08:01 -!- litch [~litch@2605:a601:aa3d:3a00:ac8c:dd46:c03:b07] has quit [Ping timeout: 244 seconds] 08:02 -!- litch_ [~litch@2605:a601:aa3d:3a00:e0e0:7304:6579:6db0] has quit [Ping timeout: 244 seconds] 08:27 -!- kexkey [~kexkey@178.249.214.10] has joined #lightning-dev 08:30 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 08:30 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #lightning-dev 08:32 -!- kexkey [~kexkey@178.249.214.10] has quit [Quit: kexkey] 08:55 -!- evanlinjin [~evanlinji@gateway/tor-sasl/evanlinjin] has quit [Ping timeout: 240 seconds] 09:18 -!- kexkey [~kexkey@static-198-54-132-103.cust.tzulo.com] has joined #lightning-dev 09:25 -!- litch__ [~litch@2605:a601:aa3d:3a00:c150:87a5:52cc:e5dc] has quit [Remote host closed the connection] 09:30 -!- litch [~litch@2605:a601:aa3d:3a00:c150:87a5:52cc:e5dc] has joined #lightning-dev 09:32 -!- litch_ [~litch@2605:a601:aa3d:3a00:148f:10fd:bc71:4d34] has joined #lightning-dev 09:32 -!- litch__ [~litch@2605:a601:aa3d:3a00:16c:a458:9cd4:2918] has joined #lightning-dev 09:35 -!- litch [~litch@2605:a601:aa3d:3a00:c150:87a5:52cc:e5dc] has quit [Ping timeout: 244 seconds] 09:36 -!- litch_ [~litch@2605:a601:aa3d:3a00:148f:10fd:bc71:4d34] has quit [Ping timeout: 244 seconds] 09:36 -!- litch [~litch@2605:a601:aa3d:3a00:ac43:2c8e:72fd:ea99] has joined #lightning-dev 09:37 -!- litch__ [~litch@2605:a601:aa3d:3a00:16c:a458:9cd4:2918] has quit [Ping timeout: 244 seconds] 09:38 -!- litch_ [~litch@2605:a601:aa3d:3a00:adfb:fb80:eb18:b237] has joined #lightning-dev 09:39 -!- litch__ [~litch@2605:a601:aa3d:3a00:2472:2661:81b6:e3f6] has joined #lightning-dev 09:41 -!- litch___ [~litch@2605:a601:aa3d:3a00:89b3:b3ca:de42:a6fc] has joined #lightning-dev 09:41 -!- litch [~litch@2605:a601:aa3d:3a00:ac43:2c8e:72fd:ea99] has quit [Ping timeout: 244 seconds] 09:42 -!- litch_ [~litch@2605:a601:aa3d:3a00:adfb:fb80:eb18:b237] has quit [Ping timeout: 244 seconds] 09:42 -!- litch [~litch@2605:a601:aa3d:3a00:a8ff:19a3:3a57:c77e] has joined #lightning-dev 09:43 -!- litch__ [~litch@2605:a601:aa3d:3a00:2472:2661:81b6:e3f6] has quit [Ping timeout: 244 seconds] 09:43 -!- Jmabsd [~Jmabsd@user/jmabsd] has quit [Quit: Leaving] 09:45 -!- litch___ [~litch@2605:a601:aa3d:3a00:89b3:b3ca:de42:a6fc] has quit [Ping timeout: 244 seconds] 10:08 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #lightning-dev 10:11 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 244 seconds] 10:17 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #lightning-dev 10:19 -!- _flood [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 246 seconds] 10:24 -!- litch_ [~litch@2605:a601:aa3d:3a00:410:8809:6f90:e4ed] has joined #lightning-dev 10:26 -!- litch [~litch@2605:a601:aa3d:3a00:a8ff:19a3:3a57:c77e] has quit [Ping timeout: 244 seconds] 10:28 -!- litch [~litch@2605:a601:aa3d:3a00:e14f:f5fc:be2e:d9bc] has joined #lightning-dev 10:28 -!- litch__ [~litch@2605:a601:aa3d:3a00:b4e7:8a12:b01b:8db9] has joined #lightning-dev 10:30 -!- litch_ [~litch@2605:a601:aa3d:3a00:410:8809:6f90:e4ed] has quit [Ping timeout: 248 seconds] 10:31 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Remote host closed the connection] 10:31 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #lightning-dev 10:32 -!- litch_ [~litch@2605:a601:aa3d:3a00:bc32:a426:2bf6:a7cd] has joined #lightning-dev 10:32 -!- litch [~litch@2605:a601:aa3d:3a00:e14f:f5fc:be2e:d9bc] has quit [Ping timeout: 248 seconds] 10:33 -!- litch__ [~litch@2605:a601:aa3d:3a00:b4e7:8a12:b01b:8db9] has quit [Ping timeout: 248 seconds] 10:34 < instagibbs_> "Changing the localpubkey every time ensures that commitment transaction ID cannot be guessed except in the trivial case where there is no to_local output, as every commitment transaction uses an ID in its output script." whos is not supposed to be guessing the txid here? 11:18 -!- emcy_ [~emcy@user/emcy] has quit [Quit: Leaving] 11:25 -!- litch [~litch@2605:a601:aa3d:3a00:7983:65de:b750:b68e] has joined #lightning-dev 11:28 -!- litch_ [~litch@2605:a601:aa3d:3a00:bc32:a426:2bf6:a7cd] has quit [Ping timeout: 248 seconds] 11:29 -!- litch [~litch@2605:a601:aa3d:3a00:7983:65de:b750:b68e] has quit [Ping timeout: 240 seconds] 11:35 -!- litch [~litch@2605:a601:aa3d:3a00:7983:65de:b750:b68e] has joined #lightning-dev 12:34 -!- yonson [~yonson@2600:8801:e800:a17:529a:4cff:fe65:a337] has quit [Ping timeout: 240 seconds] 13:01 -!- litch [~litch@2605:a601:aa3d:3a00:7983:65de:b750:b68e] has quit [Remote host closed the connection] 13:03 -!- yonson [~yonson@ip70-181-225-218.sd.sd.cox.net] has joined #lightning-dev 13:07 -!- litch [~litch@2605:a601:aa3d:3a00:7983:65de:b750:b68e] has joined #lightning-dev 13:09 -!- litch_ [~litch@2605:a601:aa3d:3a00:ddd4:e6b1:ee01:e6a9] has joined #lightning-dev 13:12 -!- litch__ [~litch@2605:a601:aa3d:3a00:610d:eb0c:7087:a58e] has joined #lightning-dev 13:12 -!- litch [~litch@2605:a601:aa3d:3a00:7983:65de:b750:b68e] has quit [Ping timeout: 244 seconds] 13:13 -!- litch_ [~litch@2605:a601:aa3d:3a00:ddd4:e6b1:ee01:e6a9] has quit [Ping timeout: 244 seconds] 13:14 -!- litch [~litch@2605:a601:aa3d:3a00:2195:8e45:4146:4fc3] has joined #lightning-dev 13:16 -!- litch__ [~litch@2605:a601:aa3d:3a00:610d:eb0c:7087:a58e] has quit [Ping timeout: 240 seconds] 13:17 -!- litch_ [~litch@2605:a601:aa3d:3a00:dc4d:ee03:7e7e:1e16] has joined #lightning-dev 13:18 -!- litch__ [~litch@2605:a601:aa3d:3a00:bd6a:9a05:559b:88f2] has joined #lightning-dev 13:18 -!- litch [~litch@2605:a601:aa3d:3a00:2195:8e45:4146:4fc3] has quit [Ping timeout: 240 seconds] 13:21 -!- litch_ [~litch@2605:a601:aa3d:3a00:dc4d:ee03:7e7e:1e16] has quit [Ping timeout: 240 seconds] 13:38 -!- litch [~litch@2605:a601:aa3d:3a00:1907:db82:39fd:d27b] has joined #lightning-dev 13:40 -!- litch_ [~litch@2605:a601:aa3d:3a00:6c31:775b:e1f3:8b5c] has joined #lightning-dev 13:41 -!- litch__ [~litch@2605:a601:aa3d:3a00:bd6a:9a05:559b:88f2] has quit [Ping timeout: 240 seconds] 13:43 -!- litch [~litch@2605:a601:aa3d:3a00:1907:db82:39fd:d27b] has quit [Ping timeout: 250 seconds] 13:43 -!- litch__ [~litch@2605:a601:aa3d:3a00:c5c2:60b:63e1:fb26] has joined #lightning-dev 13:44 -!- litch_ [~litch@2605:a601:aa3d:3a00:6c31:775b:e1f3:8b5c] has quit [Ping timeout: 240 seconds] 13:46 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has joined #lightning-dev 13:47 -!- litch__ [~litch@2605:a601:aa3d:3a00:c5c2:60b:63e1:fb26] has quit [Ping timeout: 248 seconds] 13:48 -!- kexkey [~kexkey@static-198-54-132-103.cust.tzulo.com] has quit [Ping timeout: 260 seconds] 13:50 -!- kexkey [~kexkey@178.249.214.10] has joined #lightning-dev 13:51 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has quit [Remote host closed the connection] 13:51 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has joined #lightning-dev 13:53 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has quit [Remote host closed the connection] 13:54 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has joined #lightning-dev 14:01 < realtbast[m]> Good question...there are a few historical things about key rotation for which we lost context since they were initially spec-ed, maybe laolu, christian or tadge remember? A while ago I had a similar question about the rotation of one of the keys which seems useless, and no-one was able to answer it :/ 14:01 < realtbast[m]> A lot of this stuff was made with the watch-tower usecase in mind, maybe that's related? 14:02 < instagibbs_> That's my suspicion. I recently had to learn what/why static remotekey was, and that was also fairly poorly motivated by historical/current docs 14:02 < instagibbs_> I am going to talk to sr_gi who might have ideas 14:03 < realtbast[m]> IIRC tadge was behind most of the key rotation setup here, it may be worth pinging him as well if sr_gi doesn't know why it's useful 14:03 < instagibbs_> if I get up to speed I volunteer to update documentation! 14:03 < realtbast[m]> That would be great! 14:04 < _0x0ff> exit 14:07 -!- instagibbs_ is now known as instagibbs 14:30 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #lightning-dev 14:34 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 250 seconds] 14:44 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Remote host closed the connection] 14:45 -!- ron-slc [~Ron@c-98-202-48-169.hsd1.ut.comcast.net] has joined #lightning-dev 15:28 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has quit [Remote host closed the connection] 15:35 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has joined #lightning-dev 15:39 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has quit [Ping timeout: 240 seconds] 15:56 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 16:20 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has joined #lightning-dev 16:37 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has quit [Remote host closed the connection] 16:41 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has joined #lightning-dev 16:45 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has quit [Ping timeout: 244 seconds] 16:47 -!- evanlinjin [~evanlinji@gateway/tor-sasl/evanlinjin] has joined #lightning-dev 17:11 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has joined #lightning-dev 17:18 -!- evanlinjin [~evanlinji@gateway/tor-sasl/evanlinjin] has quit [Ping timeout: 240 seconds] 17:58 -!- bitromortac_ [~admin@gateway/tor-sasl/bitromortac] has joined #lightning-dev 18:00 -!- bitromortac [~admin@gateway/tor-sasl/bitromortac] has quit [Remote host closed the connection] 18:04 -!- riclas [~riclas@77.7.37.188.rev.vodafone.pt] has quit [Ping timeout: 240 seconds] 18:07 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has quit [Ping timeout: 272 seconds] 18:20 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Remote host closed the connection] 18:27 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has joined #lightning-dev 18:41 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 240 seconds] 18:41 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 18:53 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #lightning-dev 18:57 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 244 seconds] 19:27 -!- litch [~litch@2605:a601:aa3d:3a00:cd60:4969:a7e0:7ea1] has quit [Ping timeout: 240 seconds] 19:31 -!- bitromortac [~admin@gateway/tor-sasl/bitromortac] has joined #lightning-dev 19:32 -!- bitromortac_ [~admin@gateway/tor-sasl/bitromortac] has quit [Ping timeout: 240 seconds] 19:57 -!- litch [~litch@2605:a601:aa3d:3a00:e061:905c:aa52:a5fd] has joined #lightning-dev 20:23 -!- evanlinjin [~evanlinji@gateway/tor-sasl/evanlinjin] has joined #lightning-dev 20:24 -!- jarthur [~jarthur@user/jarthur] has quit [Quit: jarthur] 21:10 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #lightning-dev 21:43 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 276 seconds] 22:30 -!- litch [~litch@2605:a601:aa3d:3a00:e061:905c:aa52:a5fd] has quit [Ping timeout: 252 seconds] 22:30 -!- evanlinjin [~evanlinji@gateway/tor-sasl/evanlinjin] has quit [Remote host closed the connection] 22:32 -!- evanlinjin [~evanlinji@gateway/tor-sasl/evanlinjin] has joined #lightning-dev 22:35 -!- evanlinjin [~evanlinji@gateway/tor-sasl/evanlinjin] has quit [Client Quit] 22:54 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 240 seconds] 22:55 -!- bitromortac [~admin@gateway/tor-sasl/bitromortac] has quit [Ping timeout: 240 seconds] 23:01 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #lightning-dev 23:04 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 244 seconds] 23:07 -!- bitromortac [~admin@gateway/tor-sasl/bitromortac] has joined #lightning-dev 23:11 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 23:22 -!- Keele_ [~keele@91-158-68-128.elisa-laajakaista.fi] has quit [Ping timeout: 256 seconds] 23:22 -!- litch [~litch@2605:a601:aa3d:3a00:e061:905c:aa52:a5fd] has joined #lightning-dev 23:22 -!- Keele [~keele@91-158-68-128.elisa-laajakaista.fi] has joined #lightning-dev 23:32 -!- litch [~litch@2605:a601:aa3d:3a00:e061:905c:aa52:a5fd] has quit [Ping timeout: 260 seconds] 23:41 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #lightning-dev 23:58 -!- bitromortac [~admin@gateway/tor-sasl/bitromortac] has quit [Ping timeout: 240 seconds] 23:59 -!- bitromortac [~admin@gateway/tor-sasl/bitromortac] has joined #lightning-dev --- Log closed Thu May 19 00:00:27 2022