mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 18:09:47 +01:00
verifybinaries: use recommended keyserver by default
This commit is contained in:
parent
4e0396835d
commit
8cdadd1729
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user