1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00:00

verifybinaries: use recommended keyserver by default

This commit is contained in:
Cory Fields 2023-04-05 15:48:09 +00:00
parent 4e0396835d
commit 8cdadd1729

View File

@ -656,7 +656,7 @@ def main():
)
parser.add_argument(
'--keyserver', action='store', nargs='?',
default=os.environ.get('BINVERIFY_KEYSERVER', 'hkp://keyserver.ubuntu.com'),
default=os.environ.get('BINVERIFY_KEYSERVER', 'hkps://keys.openpgp.org'),
help='which keyserver to use',
)
parser.add_argument(