1
0
This commit is contained in:
nicolas.dorier
2018-11-30 16:31:15 +09:00
parent d9c85e4965
commit 37a63303d2

View File

@@ -107,9 +107,9 @@ If you are a bitcoin developer or public figure, feel free to add your signature
4. Run the following command line 4. Run the following command line
``` ```
keybase pgp sign -i YOU.utxo-sets -c -t -o YOU.utxo-set.asc keybase pgp sign -i YOU.utxo-sets -c -t -o YOU.utxo-sets.asc
rm YOU.utxo-set rm YOU.utxo-sets
git add YOU.utxo-set.asc git add YOU.utxo-sets.asc
git commit -m "Add YOU utxo-set signature" -all git commit -m "Add YOU utxo-set signature" -all
``` ```
And make a pull request to `btcpayserver-docker` repository. And make a pull request to `btcpayserver-docker` repository.