RPC - Remove deprecated starting/current priority fields

Related to dashpay/dash#2768
This commit is contained in:
thephez 2019-08-20 11:54:46 -04:00
parent 4d718ae671
commit 90ed204862
4 changed files with 1 additions and 45 deletions

View file

@ -90,16 +90,6 @@ The `getmempoolancestors` RPC {{summary_getMemPoolAncestors}}
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The block height when the transaction entered the memory pool" d: "The block height when the transaction entered the memory pool"
- n: "→ →<br>`startingpriority`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "The priority of the transaction when it first entered the memory pool"
- n: "→ →<br>`currentpriority`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "The current priority of the transaction"
- n: "→ →<br>`descendantcount`" - n: "→ →<br>`descendantcount`"
t: "number (int)" t: "number (int)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
@ -176,8 +166,6 @@ Result:
"modifiedfee": 0.00000966, "modifiedfee": 0.00000966,
"time": 1519160516, "time": 1519160516,
"height": 79045, "height": 79045,
"startingpriority": 4514051697.115385,
"currentpriority": 4520474899.74359,
"descendantcount": 2, "descendantcount": 2,
"descendantsize": 1189, "descendantsize": 1189,
"descendantfees": 1192, "descendantfees": 1192,

View file

@ -90,16 +90,6 @@ The `getmempooldescendants` RPC {{summary_getMemPoolDescendants}}
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The block height when the transaction entered the memory pool" d: "The block height when the transaction entered the memory pool"
- n: "→ →<br>`startingpriority`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "The priority of the transaction when it first entered the memory pool"
- n: "→ →<br>`currentpriority`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "The current priority of the transaction"
- n: "→ →<br>`descendantcount`" - n: "→ →<br>`descendantcount`"
t: "number (int)" t: "number (int)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
@ -142,7 +132,7 @@ The `getmempooldescendants` RPC {{summary_getMemPoolDescendants}}
{% enditemplate %} {% enditemplate %}
*Examples from Dash Core 0.12.3* *Examples from Dash Core 0.14.0*
The default (`false`): The default (`false`):
@ -176,8 +166,6 @@ Result:
"modifiedfee": 0.00000226, "modifiedfee": 0.00000226,
"time": 1519160551, "time": 1519160551,
"height": 79046, "height": 79046,
"startingpriority": 0,
"currentpriority": 0,
"descendantcount": 1, "descendantcount": 1,
"descendantsize": 226, "descendantsize": 226,
"descendantfees": 226, "descendantfees": 226,

View file

@ -60,16 +60,6 @@ The `getmempoolentry` RPC {{summary_getMemPoolEntry}}
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The block height when the transaction entered the memory pool" d: "The block height when the transaction entered the memory pool"
- n: "→<br>`startingpriority`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "The priority of the transaction when it first entered the memory pool"
- n: "→<br>`currentpriority`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "The current priority of the transaction"
- n: "→<br>`descendantcount`" - n: "→<br>`descendantcount`"
t: "number (int)" t: "number (int)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"

View file

@ -78,16 +78,6 @@ The `getrawmempool` RPC {{summary_getRawMemPool}}
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The block height when the transaction entered the memory pool" d: "The block height when the transaction entered the memory pool"
- n: "→ →<br>`startingpriority`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "The priority of the transaction when it first entered the memory pool"
- n: "→ →<br>`currentpriority`"
t: "number (int)"
p: "Required<br>(exactly 1)"
d: "The current priority of the transaction"
- n: "→ →<br>`descendantcount`" - n: "→ →<br>`descendantcount`"
t: "number (int)" t: "number (int)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"