mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
en: Avoid ambiguous language regarding when transactions confirm
This commit is contained in:
parent
4312c8fc18
commit
a15dba5dff
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue