Remove/ignore tx version in utxo and undo
[bitcoinplatinum.git] / contrib / gitian-keys / README.md
blob439910330d14a7d3f2f8e6be23c5393f75b163b1
1 PGP keys
2 ========
4 This folder contains the public keys of developers and active contributors.
6 The keys are mainly used to sign git commits or the build results of gitian
7 builds.
9 You can import the keys into gpg as follows. Also, make sure to fetch the
10 latest version from the key server to see if any key was revoked in the
11 meantime.
13 ```sh
14 gpg --import ./*.pgp
15 gpg --refresh-keys
16 ```