diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getrawtransaction.md b/_includes/devdoc/dash-core/rpcs/rpcs/getrawtransaction.md
index 582cbbc2..550a669c 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/getrawtransaction.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/getrawtransaction.md
@@ -98,12 +98,12 @@ deprecated.
- n: "
`instantlock`"
t: "bool"
p: "Required
(exactly 1)"
- d: "If set to `true`, this transaction is locked"
+ d: "If set to `true`, this transaction is locked (by InstantSend or a ChainLock)"
- n: "→
`instantlock_internal`"
t: "bool"
p: "Required
(exactly 1)"
- d: "If set to `true`, this transaction is internally locked"
+ d: "If set to `true`, this transaction has an InstantSend lock"
- n: "
`chainlock`"
t: "bool"
diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/listtransactions.md b/_includes/devdoc/dash-core/rpcs/rpcs/listtransactions.md
index a4697bc3..6be199ec 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/listtransactions.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/listtransactions.md
@@ -107,12 +107,12 @@ The `listtransactions` RPC {{summary_listTransactions}}
- n: "→
`instantlock`"
t: "bool"
p: "Required
(exactly 1)"
- d: "Current transaction lock state"
+ d: "Current transaction lock state (InstantSend and/or ChainLock)"
- n: "→
`instantlock_internal`"
t: "bool"
p: "Required
(exactly 1)"
- d: "Current internal transaction lock state"
+ d: "Current InstantSend transaction lock state"
- n: "
`chainlock`"
t: "bool"
diff --git a/_includes/helpers/vars.md b/_includes/helpers/vars.md
index 09d77de0..10695d64 100644
--- a/_includes/helpers/vars.md
+++ b/_includes/helpers/vars.md
@@ -51,12 +51,12 @@ http://opensource.org/licenses/MIT.
- n: "→
`instantlock`"
t: "bool"
p: "Required
(exactly 1)"
- d: "Current transaction lock state"
+ d: "Current transaction lock state (InstantSend and/or ChainLock)"
- n: "→
`instantlock_internal`"
t: "bool"
p: "Required
(exactly 1)"
- d: "Current internal transaction lock state"
+ d: "Current InstantSend transaction lock state"
- n: "
`chainlock`"
t: "bool"