aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2014-12-23 22:02:16 +0000
committerWladimir J. van der Laan <laanwj@gmail.com>2014-12-27 05:03:39 +0100
commit52e57055cce3adedd72ad2dc9446c7c2858c3b72 (patch)
tree63959239dd09e623fcd1791851d4381f1e3ce8bd /src/rpcmining.cpp
parentb3d67e1c34aa65a6d4587e3aa1b533b333efaeb4 (diff)
downloadbitcoin-52e57055cce3adedd72ad2dc9446c7c2858c3b72.tar.xz
en: Avoid ambiguous language regarding when transactions confirm
Rebased-From: a15dba5dff1229b67ff44bf16ff14063e885f376 Github-Pull: #5533
Diffstat (limited to 'src/rpcmining.cpp')
-rw-r--r--src/rpcmining.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp
index 45899d3db5..b406106ff2 100644
--- a/src/rpcmining.cpp
+++ b/src/rpcmining.cpp
@@ -674,7 +674,7 @@ Value estimatefee(const Array& params, bool fHelp)
throw runtime_error(
"estimatefee nblocks\n"
"\nEstimates the approximate fee per kilobyte\n"
- "needed for a transaction to get confirmed\n"
+ "needed for a transaction to begin confirmation\n"
"within nblocks blocks.\n"
"\nArguments:\n"
"1. nblocks (numeric)\n"
@@ -706,7 +706,7 @@ Value estimatepriority(const Array& params, bool fHelp)
throw runtime_error(
"estimatepriority nblocks\n"
"\nEstimates the approximate priority\n"
- "a zero-fee transaction needs to get confirmed\n"
+ "a zero-fee transaction needs to begin confirmation\n"
"within nblocks blocks.\n"
"\nArguments:\n"
"1. nblocks (numeric)\n"