From 37a63303d2ba58748b1c9f7baddd395e0944f7e1 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 30 Nov 2018 16:31:15 +0900 Subject: [PATCH] fix typo --- contrib/FastSync/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/FastSync/README.md b/contrib/FastSync/README.md index a5777b0..56a1109 100644 --- a/contrib/FastSync/README.md +++ b/contrib/FastSync/README.md @@ -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 ``` -keybase pgp sign -i YOU.utxo-sets -c -t -o YOU.utxo-set.asc -rm YOU.utxo-set -git add YOU.utxo-set.asc +keybase pgp sign -i YOU.utxo-sets -c -t -o YOU.utxo-sets.asc +rm YOU.utxo-sets +git add YOU.utxo-sets.asc git commit -m "Add YOU utxo-set signature" -all ``` And make a pull request to `btcpayserver-docker` repository.