mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
verifybinaries: use recommended keyserver by default
This commit is contained in:
parent
4e0396835d
commit
8cdadd1729
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue