mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 15:41:22 +02:00
makeseeds: align I2P column header
This commit is contained in:
@@ -216,7 +216,7 @@ def main():
|
|||||||
random.shuffle(ips)
|
random.shuffle(ips)
|
||||||
print('Done.', file=sys.stderr)
|
print('Done.', file=sys.stderr)
|
||||||
|
|
||||||
print('\x1b[7m IPv4 IPv6 Onion I2P CJDNS Pass \x1b[0m', file=sys.stderr)
|
print('\x1b[7m IPv4 IPv6 Onion I2P CJDNS Pass \x1b[0m', file=sys.stderr)
|
||||||
print(f'{ip_stats(ips):s} Initial', file=sys.stderr)
|
print(f'{ip_stats(ips):s} Initial', file=sys.stderr)
|
||||||
# Skip entries with invalid address.
|
# Skip entries with invalid address.
|
||||||
ips = [ip for ip in ips if ip is not None]
|
ips = [ip for ip in ips if ip is not None]
|
||||||
|
Reference in New Issue
Block a user