Skip to content

Commit f7c414d

Browse files
committed
nit: fix typo for entry description string
1 parent 3315007 commit f7c414d

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)