diff options
| author | Luke Dashjr <[email protected]> | 2014-12-23 22:02:16 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2014-12-23 22:07:10 +0000 |
| commit | a15dba5dff1229b67ff44bf16ff14063e885f376 (patch) | |
| tree | ef5794007477009e06ca29d913bf92b8215a03c2 /src/rpcmining.cpp | |
| parent | Merge pull request #5512 (diff) | |
| download | discoin-a15dba5dff1229b67ff44bf16ff14063e885f376.tar.xz discoin-a15dba5dff1229b67ff44bf16ff14063e885f376.zip | |
en: Avoid ambiguous language regarding when transactions confirm
Diffstat (limited to 'src/rpcmining.cpp')
| -rw-r--r-- | src/rpcmining.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 44ebff9d3..17552bc38 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" |