From 72731e5c0386cecf92e23aa38a57f1c72fb18d3e Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Wed, 20 Jan 2021 11:07:55 -0300 Subject: [PATCH] Add parens around (sats/byte) --- core/src/main/resources/help/sendbtc-help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/help/sendbtc-help.txt b/core/src/main/resources/help/sendbtc-help.txt index 4e43ff36c6..8cebcaae0d 100644 --- a/core/src/main/resources/help/sendbtc-help.txt +++ b/core/src/main/resources/help/sendbtc-help.txt @@ -27,7 +27,7 @@ OPTIONS --tx-fee-rate An optional transaction fee rate (sats/byte) for the transaction. The user is responsible for choosing a fee rate that will be accepted by the network in a - reasonable amount of time, and the fee rate must be greater than 1 sat/byte. + reasonable amount of time, and the fee rate must be greater than 1 (sats/byte). --memo An optional memo to be saved with the send btc transaction.