diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getmempoolancestors.md b/_includes/devdoc/dash-core/rpcs/rpcs/getmempoolancestors.md
index 84099efd..c5280824 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/getmempoolancestors.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/getmempoolancestors.md
@@ -90,16 +90,6 @@ The `getmempoolancestors` RPC {{summary_getMemPoolAncestors}}
p: "Required
(exactly 1)"
d: "The block height when the transaction entered the memory pool"
-- n: "→ →
`startingpriority`"
- t: "number (int)"
- p: "Required
(exactly 1)"
- d: "The priority of the transaction when it first entered the memory pool"
-
-- n: "→ →
`currentpriority`"
- t: "number (int)"
- p: "Required
(exactly 1)"
- d: "The current priority of the transaction"
-
- n: "→ →
`descendantcount`"
t: "number (int)"
p: "Required
(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,
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getmempooldescendants.md b/_includes/devdoc/dash-core/rpcs/rpcs/getmempooldescendants.md
index c2d8c671..a51da6f7 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/getmempooldescendants.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/getmempooldescendants.md
@@ -90,16 +90,6 @@ The `getmempooldescendants` RPC {{summary_getMemPoolDescendants}}
p: "Required
(exactly 1)"
d: "The block height when the transaction entered the memory pool"
-- n: "→ →
`startingpriority`"
- t: "number (int)"
- p: "Required
(exactly 1)"
- d: "The priority of the transaction when it first entered the memory pool"
-
-- n: "→ →
`currentpriority`"
- t: "number (int)"
- p: "Required
(exactly 1)"
- d: "The current priority of the transaction"
-
- n: "→ →
`descendantcount`"
t: "number (int)"
p: "Required
(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,
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getmempoolentry.md b/_includes/devdoc/dash-core/rpcs/rpcs/getmempoolentry.md
index 8bab90b5..2fe12c89 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/getmempoolentry.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/getmempoolentry.md
@@ -60,16 +60,6 @@ The `getmempoolentry` RPC {{summary_getMemPoolEntry}}
p: "Required
(exactly 1)"
d: "The block height when the transaction entered the memory pool"
-- n: "→
`startingpriority`"
- t: "number (int)"
- p: "Required
(exactly 1)"
- d: "The priority of the transaction when it first entered the memory pool"
-
-- n: "→
`currentpriority`"
- t: "number (int)"
- p: "Required
(exactly 1)"
- d: "The current priority of the transaction"
-
- n: "→
`descendantcount`"
t: "number (int)"
p: "Required
(exactly 1)"
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getrawmempool.md b/_includes/devdoc/dash-core/rpcs/rpcs/getrawmempool.md
index ffaf8906..17de4a62 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/getrawmempool.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/getrawmempool.md
@@ -78,16 +78,6 @@ The `getrawmempool` RPC {{summary_getRawMemPool}}
p: "Required
(exactly 1)"
d: "The block height when the transaction entered the memory pool"
-- n: "→ →
`startingpriority`"
- t: "number (int)"
- p: "Required
(exactly 1)"
- d: "The priority of the transaction when it first entered the memory pool"
-
-- n: "→ →
`currentpriority`"
- t: "number (int)"
- p: "Required
(exactly 1)"
- d: "The current priority of the transaction"
-
- n: "→ →
`descendantcount`"
t: "number (int)"
p: "Required
(exactly 1)"