From: Carlos Marques Date: Tue, 11 Aug 2026 13:54:19 +0000 (+0100) Subject: fix: fix command order for importing GPG key X-Git-Url: http://internal-gitweb-vhost/java/enum.DecodePaddingMode.html?a=commitdiff_plain;h=3474e0c6d02e527c1f8a38660191e243026dac0d;p=bdk fix: fix command order for importing GPG key --- diff --git a/SECURITY.md b/SECURITY.md index a9e8fb7a..2983ebab 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).