From 3474e0c6d02e527c1f8a38660191e243026dac0d Mon Sep 17 00:00:00 2001 From: Carlos Marques Date: Tue, 11 Aug 2026 14:54:19 +0100 Subject: [PATCH] fix: fix command order for importing GPG key --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index a9e8fb7a8..2983ebaba 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,7 @@ The following key may be used to communicate sensitive information to BDK via em You can import the key by running the following command: ``` -gpg --recv-keys 7416BB255E60E40D482E591B72018930A1FB3444 --keyserver hkps://keys.openpgp.org +gpg --keyserver hkps://keys.openpgp.org --recv-keys 7416BB255E60E40D482E591B72018930A1FB3444 ``` You can also download it from [our website](https://bitcoindevkit.org/foundation/pgp/#security-disclosures).