mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
[verify-commits] Allow revoked keys to expire
This commit is contained in:
parent
ff92fbf247
commit
d23be309c2
@ -46,6 +46,11 @@ for LINE in $(echo "$GPG_RES"); do
|
||||
REVSIG=true
|
||||
GOODREVSIG="[GNUPG:] GOODSIG ${LINE#* * *}"
|
||||
;;
|
||||
"[GNUPG:] EXPKEYSIG "*)
|
||||
[ "$BITCOIN_VERIFY_COMMITS_ALLOW_REVSIG" != 1 ] && exit 1
|
||||
REVSIG=true
|
||||
GOODREVSIG="[GNUPG:] GOODSIG ${LINE#* * *}"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
if ! $VALID; then
|
||||
|
Loading…
Reference in New Issue
Block a user