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:
parent
02a1584784
commit
9a9b12da00
1 changed files with 0 additions and 20 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue