mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
RPC - Remove deprecated starting/current priority fields
Related to dashpay/dash#2768
This commit is contained in:
parent
4d718ae671
commit
90ed204862
4 changed files with 1 additions and 45 deletions
|
@ -90,16 +90,6 @@ The `getmempoolancestors` RPC {{summary_getMemPoolAncestors}}
|
|||
p: "Required<br>(exactly 1)"
|
||||
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`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -176,8 +166,6 @@ Result:
|
|||
"modifiedfee": 0.00000966,
|
||||
"time": 1519160516,
|
||||
"height": 79045,
|
||||
"startingpriority": 4514051697.115385,
|
||||
"currentpriority": 4520474899.74359,
|
||||
"descendantcount": 2,
|
||||
"descendantsize": 1189,
|
||||
"descendantfees": 1192,
|
||||
|
|
|
@ -90,16 +90,6 @@ The `getmempooldescendants` RPC {{summary_getMemPoolDescendants}}
|
|||
p: "Required<br>(exactly 1)"
|
||||
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`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -142,7 +132,7 @@ The `getmempooldescendants` RPC {{summary_getMemPoolDescendants}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Examples from Dash Core 0.12.3*
|
||||
*Examples from Dash Core 0.14.0*
|
||||
|
||||
The default (`false`):
|
||||
|
||||
|
@ -176,8 +166,6 @@ Result:
|
|||
"modifiedfee": 0.00000226,
|
||||
"time": 1519160551,
|
||||
"height": 79046,
|
||||
"startingpriority": 0,
|
||||
"currentpriority": 0,
|
||||
"descendantcount": 1,
|
||||
"descendantsize": 226,
|
||||
"descendantfees": 226,
|
||||
|
|
|
@ -60,16 +60,6 @@ The `getmempoolentry` RPC {{summary_getMemPoolEntry}}
|
|||
p: "Required<br>(exactly 1)"
|
||||
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`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
|
|
@ -78,16 +78,6 @@ The `getrawmempool` RPC {{summary_getRawMemPool}}
|
|||
p: "Required<br>(exactly 1)"
|
||||
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`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue