Skip to content

Commit 2199705

Browse files
committed
Merge #13109: [rpc] nit: fix typo for entry description string
f7c414d nit: fix typo for entry description string (mryandao) Pull request description: #12240 Tree-SHA512: 2940c383069912b04d6fdbc1f0834970cae8ed725beb606916ee27501d8f6e1b3938647babb26137440166de3a9ac745048e306696d13817775eb406adb31f4a
2 parents 81743b5 + f7c414d commit 2199705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ std::string EntryDescriptionString()
373373
" \"base\" : n, (numeric) transaction fee in " + CURRENCY_UNIT + "\n"
374374
" \"modified\" : n, (numeric) transaction fee with fee deltas used for mining priority in " + CURRENCY_UNIT + "\n"
375375
" \"ancestor\" : n, (numeric) modified fees (see above) of in-mempool ancestors (including this one) in " + CURRENCY_UNIT + "\n"
376-
" \"descendent\" : n, (numeric) number of in-mempool ancestor transactions (including this one) in " + CURRENCY_UNIT + "\n"
376+
" \"descendant\" : n, (numeric) modified fees (see above) of in-mempool descendants (including this one) in " + CURRENCY_UNIT + "\n"
377377
" }\n"
378378
" \"depends\" : [ (array) unconfirmed transactions used as inputs for this transaction\n"
379379
" \"transactionid\", (string) parent transaction id\n"

0 commit comments

Comments
 (0)