en: Avoid ambiguous language regarding when transactions confirm

Rebased-From: a15dba5dff
Github-Pull: #5533
This commit is contained in:
Luke Dashjr
2014-12-23 22:02:16 +00:00
committed by Wladimir J. van der Laan
parent b3d67e1c34
commit 52e57055cc
2 changed files with 3 additions and 3 deletions

View File

@@ -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"