]> Untitled Git - bdk/commitdiff
fix: fix command order for importing GPG key
authorCarlos Marques <psycarlo1@gmail.com>
Tue, 11 Aug 2026 13:54:19 +0000 (14:54 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2026 13:54:19 +0000 (14:54 +0100)
SECURITY.md

index a9e8fb7a8ccd0a287a156fc0f2d61c880dd065c7..2983ebaba8c55f54772a67e412958ed49a976d05 100644 (file)
@@ -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).