--- Log opened Mon Dec 27 00:00:12 2021 00:01 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 00:36 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:41 -!- jespada [~jespada@87.74.33.157] has joined #bitcoin-core-dev 00:48 -!- jesseposner [~jesse@c-24-5-105-39.hsd1.ca.comcast.net] has quit [Ping timeout: 268 seconds] 00:56 -!- jesseposner [~jesse@c-24-5-105-39.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 01:00 -!- jesseposner_ [~jesse@c-24-5-105-39.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 01:00 -!- jonatack [jonatack@user/jonatack] has joined #bitcoin-core-dev 01:01 -!- jesseposner [~jesse@c-24-5-105-39.hsd1.ca.comcast.net] has quit [Ping timeout: 256 seconds] 01:40 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 01:43 -!- jonatack [jonatack@user/jonatack] has quit [Quit: Connection closed] 02:04 -!- kexkey [~kexkey@static-198-54-132-119.cust.tzulo.com] has quit [Ping timeout: 268 seconds] 02:05 -!- kexkey [~kexkey@static-198-54-132-167.cust.tzulo.com] has joined #bitcoin-core-dev 02:23 -!- mikehu44 [~quassel@gateway/vpn/pia/mikehu44-jc] has joined #bitcoin-core-dev 02:27 -!- meshcollider [meshcollid@meshcollider.jujube.ircnow.org] has quit [Changing host] 02:27 -!- meshcollider [meshcollid@user/meshcollider] has joined #bitcoin-core-dev 02:37 -!- Guest12 [~Guest12@anantes-656-1-173-76.w81-50.abo.wanadoo.fr] has joined #bitcoin-core-dev 02:38 -!- earnestly [~earnest@user/earnestly] has joined #bitcoin-core-dev 02:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:39 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a213bd63ca0c...d3582f2d3bfe 02:39 < bitcoin-git> bitcoin/master e704d4d Sebastian Falbesoner: test: introduce `getnewdestination` helper for generating various address ... 02:39 < bitcoin-git> bitcoin/master 983ca04 Sebastian Falbesoner: test: introduce `address_to_scriptpubkey` helper 02:39 < bitcoin-git> bitcoin/master e844115 Sebastian Falbesoner: test: use MiniWallet for rpc_scantxoutset.py 02:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:39 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #23866: test: use MiniWallet for rpc_scantxoutset.py (master...202112-test-use_MiniWallet_for_rpc_scantxoutset) https://github.com/bitcoin/bitcoin/pull/23866 02:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:50 -!- Guest12 [~Guest12@anantes-656-1-173-76.w81-50.abo.wanadoo.fr] has quit [Quit: Client closed] 02:53 -!- Guest71 [~Guest71@2a01:598:b9a8:1427:3c16:bb71:926:37c1] has joined #bitcoin-core-dev 02:53 -!- Guest71 [~Guest71@2a01:598:b9a8:1427:3c16:bb71:926:37c1] has quit [Client Quit] 02:54 -!- ziggie [uid521459@user/ziggie] has joined #bitcoin-core-dev 02:54 -!- gnaf [gnaf@gateway/vpn/protonvpn/gnaf] has joined #bitcoin-core-dev 03:11 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 240 seconds] 03:21 < ziggie> Hello, is there a cool way to fetch the complete utxo set and then work with it, or do I have to fetch every block and compare the output to the persisting utxo set ? 03:22 < ziggie> because there exist a utxo set query command, but for this one I need the tx-id or outpoint 04:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:04 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #23872: refactor: removed unnecessary parenthesis (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23872 04:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:05 -!- goatpig [~goat@176-184-135-134.abo.bbox.fr] has joined #bitcoin-core-dev 04:16 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 04:27 -!- Guest80 [~Guest80@41.230.94.117] has joined #bitcoin-core-dev 04:27 -!- Guest80 [~Guest80@41.230.94.117] has quit [Client Quit] 04:30 -!- goatpig [~goat@176-184-135-134.abo.bbox.fr] has quit [Ping timeout: 256 seconds] 04:35 -!- Flow [~none@gentoo/developer/flow] has quit [Ping timeout: 250 seconds] 04:41 -!- Flow [~none@gentoo/developer/flow] has joined #bitcoin-core-dev 04:46 -!- goatpig [~goat@176-184-135-134.abo.bbox.fr] has joined #bitcoin-core-dev 04:51 -!- jespada [~jespada@87.74.33.157] has quit [Ping timeout: 240 seconds] 04:53 -!- jespada [~jespada@87.74.33.157] has joined #bitcoin-core-dev 04:55 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 268 seconds] 05:11 < fjahr> ziggie: The `dumptxoutset` RPC is probably what you are looking for. It was added in 0.20 and is part of the assumeutxo project. See also #16899. 05:11 <@gribble> https://github.com/bitcoin/bitcoin/issues/16899 | UTXO snapshot creation (dumptxoutset) by jamesob · Pull Request #16899 · bitcoin/bitcoin · GitHub 05:21 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 05:31 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has quit [Quit: ZzzZ] 05:31 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:34 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 256 seconds] 05:34 -!- Guyver2_ is now known as Guyver2 05:45 -!- mikehu44 [~quassel@gateway/vpn/pia/mikehu44-jc] has quit [Ping timeout: 240 seconds] 05:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:53 < bitcoin-git> [bitcoin] theStack opened pull request #23873: test: use MiniWallet for p2p_compactblocks.py (master...202112-test-use_MiniWallet_for_p2p_compactblocks) https://github.com/bitcoin/bitcoin/pull/23873 05:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:53 < bitcoin-git> [bitcoin] rojarsmith opened pull request #23874: linearize: Fix the config item name about rpc port (master...bitcoin-upstream) https://github.com/bitcoin/bitcoin/pull/23874 05:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:24 -!- goatpig [~goat@176-184-135-134.abo.bbox.fr] has quit [Ping timeout: 240 seconds] 06:30 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 06:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:31 < bitcoin-git> [bitcoin] rojarsmith closed pull request #23874: linearize: Fix the config item name about rpc port (master...bitcoin-upstream) https://github.com/bitcoin/bitcoin/pull/23874 06:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:55 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 276 seconds] 06:59 -!- saranshsharma [~saranshsh@117.205.234.0] has joined #bitcoin-core-dev 07:03 -!- saranshs_ [~saranshsh@117.205.234.0] has joined #bitcoin-core-dev 07:03 -!- saranshsharma [~saranshsh@117.205.234.0] has quit [Read error: Connection reset by peer] 07:07 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 268 seconds] 07:08 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 07:20 -!- SpellChecker_ [~SpellChec@user/SpellChecker] has quit [Remote host closed the connection] 07:20 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 07:21 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 07:22 -!- SpellChecker [~SpellChec@user/SpellChecker] has joined #bitcoin-core-dev 07:30 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:c93d:2150:d50:252b] has joined #bitcoin-core-dev 07:41 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 252 seconds] 07:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:51 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #23878: doc: Remove TODO comment in tx_verify (master...2112-docTODO) https://github.com/bitcoin/bitcoin/pull/23878 07:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:02 < bitcoin-git> [bitcoin] brunoerg opened pull request #23879: test: check ban_duration and time_remaining after setting ban (master...2021-12-test-ban_duration-time_remaining) https://github.com/bitcoin/bitcoin/pull/23879 08:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:05 -!- saranshs_ [~saranshsh@117.205.234.0] has quit [Remote host closed the connection] 08:19 -!- Guest3768 [~Guest37@c-73-37-89-248.hsd1.or.comcast.net] has joined #bitcoin-core-dev 08:21 -!- Guest3768 [~Guest37@c-73-37-89-248.hsd1.or.comcast.net] has quit [Client Quit] 08:21 -!- hz [~hz@c-73-37-89-248.hsd1.or.comcast.net] has joined #bitcoin-core-dev 08:22 -!- goatpig [~goat@176-184-135-134.abo.bbox.fr] has joined #bitcoin-core-dev 08:22 < hz> hello 08:25 -!- hz [~hz@c-73-37-89-248.hsd1.or.comcast.net] has quit [Client Quit] 08:56 -!- jonatack [jonatack@user/jonatack] has joined #bitcoin-core-dev 09:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:12 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #23880: p2p: Serialize cmpctblock at most once in NewPoWValidBlock (master...2112-p2pAsync) https://github.com/bitcoin/bitcoin/pull/23880 09:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:30 -!- goatpig [~goat@176-184-135-134.abo.bbox.fr] has quit [Ping timeout: 260 seconds] 09:31 -!- jb55 [~jb55@user/jb55] has joined #bitcoin-core-dev 09:33 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 09:40 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:40 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #23881: doc: Remove TODO from block fuzz test (master...2112-docFuzz) https://github.com/bitcoin/bitcoin/pull/23881 09:40 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:50 < ziggie> fjahr thanks 10:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:04 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #23882: doc: testnet3 was not reset and is doing BIP30 checks again (master...2112-docBip30Testnet3) https://github.com/bitcoin/bitcoin/pull/23882 10:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:08 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 10:16 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Remote host closed the connection] 10:17 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 10:26 -!- Kiminuo [~Kiminuo@141.98.103.213] has joined #bitcoin-core-dev 10:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:27 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #23883: doc: Remove fixed TODO from wallet/feebumper (master...2112-docWall) https://github.com/bitcoin/bitcoin/pull/23883 10:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:38 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #23884: doc: Remove outdated scriptChange TODO comment (master...2112-docWall2) https://github.com/bitcoin/bitcoin/pull/23884 10:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:39 -!- jarthur [~jarthur@2603-8080-1540-002d-1c51-9998-c8b0-ddb4.res6.spectrum.com] has joined #bitcoin-core-dev 10:41 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:c93d:2150:d50:252b] has quit [Remote host closed the connection] 10:48 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:c93d:2150:d50:252b] has joined #bitcoin-core-dev 10:53 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:c93d:2150:d50:252b] has quit [Ping timeout: 240 seconds] 11:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:32 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #21652: [WIP NOMERGE DRAFT] ci: Switch more tasks to self-hosted (master...2104-ciMoreSelf) https://github.com/bitcoin/bitcoin/pull/21652 11:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:48 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:05 -!- bohruz [~bohruz@168.181.62.95] has joined #bitcoin-core-dev 12:06 -!- bohruz [~bohruz@168.181.62.95] has quit [Client Quit] 12:12 -!- Flow [~none@gentoo/developer/flow] has quit [Ping timeout: 268 seconds] 12:15 -!- Flow [~none@gentoo/developer/flow] has joined #bitcoin-core-dev 12:25 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 12:40 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has joined #bitcoin-core-dev 12:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:47 < bitcoin-git> [bitcoin] hebasto closed pull request #23670: build: Build test binaries in `make check`, not in `make` (master...211204-check) https://github.com/bitcoin/bitcoin/pull/23670 12:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:54 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 13:00 -!- goatpig [~goat@176-184-135-134.abo.bbox.fr] has joined #bitcoin-core-dev 13:10 -!- Kiminuo [~Kiminuo@141.98.103.213] has quit [Quit: Client closed] 13:15 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Ping timeout: 276 seconds] 13:16 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 13:24 -!- nat [~nat@nazareth.nekopon.pl] has quit [Quit: ZNC 1.8.2 - https://znc.in] 13:47 -!- goatpig [~goat@176-184-135-134.abo.bbox.fr] has quit [Ping timeout: 256 seconds] 14:05 -!- nat [~quassel@46.204.48.227.nat.umts.dynamic.t-mobile.pl] has joined #bitcoin-core-dev 14:06 -!- nat [~quassel@46.204.48.227.nat.umts.dynamic.t-mobile.pl] has quit [Client Quit] 14:07 -!- nat [~quassel@46.204.48.227.nat.umts.dynamic.t-mobile.pl] has joined #bitcoin-core-dev 14:09 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:13 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has quit [Quit: ZzzZ] 14:26 -!- nat [~quassel@46.204.48.227.nat.umts.dynamic.t-mobile.pl] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 14:26 -!- nat [~quassel@46.204.48.227.nat.umts.dynamic.t-mobile.pl] has joined #bitcoin-core-dev 15:03 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 15:21 -!- nanotube [~nanotube@user/nanotube] has quit [Ping timeout: 256 seconds] 15:35 -!- nanotube [~nanotube@user/nanotube] has joined #bitcoin-core-dev 15:43 -!- jarthur [~jarthur@2603-8080-1540-002d-1c51-9998-c8b0-ddb4.res6.spectrum.com] has quit [Quit: jarthur] 15:50 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Ping timeout: 256 seconds] 15:51 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 15:55 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has joined #bitcoin-core-dev 16:10 -!- gnaf [gnaf@gateway/vpn/protonvpn/gnaf] has quit [Ping timeout: 240 seconds] 16:12 -!- gnaf [gnaf@gateway/vpn/protonvpn/gnaf] has joined #bitcoin-core-dev 16:20 -!- gnaf [gnaf@gateway/vpn/protonvpn/gnaf] has quit [Ping timeout: 256 seconds] 16:22 -!- gnaf [gnaf@gateway/vpn/protonvpn/gnaf] has joined #bitcoin-core-dev 16:26 -!- gnaf_ [gnaf@gateway/vpn/protonvpn/gnaf] has joined #bitcoin-core-dev 16:27 -!- gnaf [gnaf@gateway/vpn/protonvpn/gnaf] has quit [Ping timeout: 256 seconds] 16:43 -!- mekster669 [~mekster@user/mekster] has quit [Quit: mekster669] 16:45 -!- mekster669 [~mekster@user/mekster] has joined #bitcoin-core-dev 16:56 -!- vysn [~vysn@user/vysn] has quit [Ping timeout: 240 seconds] 17:10 -!- gnaf_ [gnaf@gateway/vpn/protonvpn/gnaf] has quit [Ping timeout: 240 seconds] 17:19 -!- jespada [~jespada@87.74.33.157] has quit [Ping timeout: 240 seconds] 17:22 -!- jespada [~jespada@87.74.33.157] has joined #bitcoin-core-dev 17:32 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 17:32 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 17:39 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has quit [Quit: ZzzZ] 18:13 -!- earnestly [~earnest@user/earnestly] has quit [Ping timeout: 256 seconds] 18:27 -!- mikehu44 [~quassel@gateway/vpn/pia/mikehu44-jc] has joined #bitcoin-core-dev 18:36 -!- gnaf_ [~gnaf@84-84-2-155.fixed.kpn.net] has joined #bitcoin-core-dev 18:39 -!- allensanford [~allensanf@c-76-108-242-88.hsd1.fl.comcast.net] has joined #bitcoin-core-dev 18:40 -!- gnaf_ [~gnaf@84-84-2-155.fixed.kpn.net] has quit [Ping timeout: 240 seconds] 19:00 -!- mikehu44_ [~quassel@gateway/vpn/pia/mikehu44-jc] has joined #bitcoin-core-dev 19:00 -!- mikehu44 [~quassel@gateway/vpn/pia/mikehu44-jc] has quit [Ping timeout: 268 seconds] 19:00 -!- infernix [nix@2a02:22a0:bbb1:d500::2] has quit [Quit: ZNC - http://znc.sourceforge.net] 19:12 -!- infernix [~nix@spirit.infernix.net] has joined #bitcoin-core-dev 19:12 -!- allensanford [~allensanf@c-76-108-242-88.hsd1.fl.comcast.net] has quit [Quit: allensanford] 19:19 -!- infernix [~nix@spirit.infernix.net] has quit [Quit: ZNC - http://znc.sourceforge.net] 19:34 -!- vnogueir- [~vnogueira@user/vnogueira] has joined #bitcoin-core-dev 19:35 -!- vnogueira [~vnogueira@user/vnogueira] has quit [Ping timeout: 276 seconds] 20:02 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has joined #bitcoin-core-dev 20:02 -!- infernix [nix@2a02:22a0:bbb1:d500::2] has joined #bitcoin-core-dev 20:20 -!- szkl [uid110435@id-110435.uxbridge.irccloud.com] has quit [Quit: Connection closed for inactivity] 21:01 -!- cmirror [~cmirror@4.53.92.114] has quit [Remote host closed the connection] 21:01 -!- cmirror [~cmirror@4.53.92.114] has joined #bitcoin-core-dev 21:05 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has quit [Quit: ZzzZ] 21:35 -!- mikehu44 [~quassel@206.189.41.250] has joined #bitcoin-core-dev 21:39 -!- mikehu44 [~quassel@206.189.41.250] has quit [Client Quit] 22:12 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has joined #bitcoin-core-dev 22:28 -!- x88x88x [~x88x88x@2001:19f0:5:39a8:5400:3ff:feb6:73cb] has quit [Remote host closed the connection] 22:28 -!- x88x88x [~x88x88x@2001:19f0:5:39a8:5400:3ff:feb6:73cb] has joined #bitcoin-core-dev 23:50 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has quit [Quit: ZzzZ] 23:59 -!- sdfgsdfg [~sdfgsdfg@user/sdfgsdfg] has joined #bitcoin-core-dev --- Log closed Tue Dec 28 00:00:13 2021