251 " \"startingpriority\" : n, (numeric) priority when transaction entered pool\n"
252 " \"currentpriority\" : n, (numeric) transaction priority now\n"
253 " \"descendantcount\" : n, (numeric) number of in-mempool descendant transactions (including this one)\n"
254 " \"descendantsize\" : n, (numeric) size of in-mempool descendants (including this one)\n"
255- " \"descendantfees\" : n, (numeric) fees of in-mempool descendants (including this one)\n"
256+ " \"descendantfees\" : n, (numeric) modified fees of in-mempool descendants (including this one)\n"
The term “modified fees” won’t mean anything to the reader. How about “fees of in-mempool descendants (including this one) with priority deltas applied”
I was trying to make a reference to the term “modifedfee” which I added above without having to redefine the concept, what if I just do: “modified fees (see above) of in-mempool descendants (including this one)”