aboutsummaryrefslogtreecommitdiff
path: root/.python-version
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2020-10-21 14:24:42 +0200
committerVasil Dimov <vd@FreeBSD.org>2020-10-21 14:40:42 +0200
commitaf3b0dfc5463c42fb9bff39f020fc1728ed44bc7 (patch)
treee47e3de74b2bade25e977725e942387bd432c590 /.python-version
parent0f86e7f1285c6de697d144a0e68bbd67f4900e19 (diff)
downloadbitcoin-af3b0dfc5463c42fb9bff39f020fc1728ed44bc7.tar.xz
net: fix output of peer address in version message
If `-logips -debug=net` is specified then we print the contents of the version message we send to the peer, including his address. Because the addresses in the version message use pre-BIP155 encoding they cannot represent a Tor v3 address and we would actually send 16 `0`s instead (a dummy IPv6 address). However we would print the full address in the log message. Before this fix: ``` 2020-10-21T12:24:17Z send version message: version 70016, blocks=653500, us=[::]:0, them=xwjtp3mj427zdp4tljiiivg2l5ijfvmt5lcsfaygtpp6cw254kykvpyd.onion:8333, peer=0 ``` This is confusing because we pretend to send one thing while we actually send another. Adjust the printout to reflect what we are sending. After this fix: ``` 2020-10-21T12:26:54Z send version message: version 70016, blocks=653500, us=[::]:0, them=[::]:0, peer=0 ```
Diffstat (limited to '.python-version')
0 files changed, 0 insertions, 0 deletions