mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
verifybinaries: remove unreachable code
This commit is contained in:
parent
5668c6473a
commit
4e0396835d
1 changed files with 0 additions and 4 deletions
|
@ -375,10 +375,6 @@ def verify_shasums_signature(
|
|||
if gpg_retval not in gpg_allowed_codes:
|
||||
if gpg_retval == 1:
|
||||
log.critical(f"Bad signature (code: {gpg_retval}).")
|
||||
if gpg_retval == 2:
|
||||
log.critical(
|
||||
"gpg error. Do you have the Bitcoin Core binary release "
|
||||
"signing key installed?")
|
||||
else:
|
||||
log.critical(f"unexpected GPG exit code ({gpg_retval})")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue