mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 11:35:20 +01:00
makeseeds: align I2P column header
This commit is contained in:
parent
94e21aa5fc
commit
2bcccaa410
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ def main():
|
|||
random.shuffle(ips)
|
||||
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)
|
||||
# Skip entries with invalid address.
|
||||
ips = [ip for ip in ips if ip is not None]
|
||||
|
|
Loading…
Add table
Reference in a new issue