Remove GPG bits from coinset README.md.

This commit removes the GPG Verification Key section from the new coinset
README.me since the btcutil repo itself is tagged and signed.
This commit is contained in:
Dave Collins 2014-03-24 11:10:43 -05:00
parent 02a1584784
commit 9a9b12da00

View file

@ -71,26 +71,6 @@ msgTx := coinset.NewMsgTxWithInputCoins(selectedCoins)
The user can then create the msgTx.TxOut's as required, then sign the
transaction and transmit it to the network.
## GPG Verification Key
All official release tags are signed by Conformal so users can ensure the code
has not been tampered with and is coming from Conformal. To verify the
signature perform the following:
- Download the public key from the Conformal website at
https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
- Import the public key into your GPG keyring:
```bash
gpg --import GIT-GPG-KEY-conformal.txt
```
- Verify the release tag with the following command where `TAG_NAME` is a
placeholder for the specific tag:
```bash
git tag -v TAG_NAME
```
## License
Package coinset is licensed under the liberal ISC License.