diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md b/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md
index a264fd0d..207a47e6 100644
--- a/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md
+++ b/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md
@@ -229,21 +229,26 @@ information, please see the following resources:
d: "The height of the next block"
- n: "→
`masternode`"
- t: "object"
- p: "Required
(exactly 1)"
- d: "The masternode payee that must be included in the next block"
+ t: "array (objects)"
+ p: "Required
(0 or more)"
+ d: "Required masternode payments that must be included in the next block"
-- n: "→ →
`payee`"
+- n: "→ →
Masternode Payee"
+ t: "object"
+ p: "Optional (0 or more)"
+ d: "Object containing a masternode payee's information"
+
+- n: "→ → →
`payee`"
t: "string"
p: "Required
(exactly 1)"
d: "Payee address"
-- n: "→ →
`script`"
+- n: "→ → →
`script`"
t: "string"
p: "Required
(exactly 1)"
d: "Payee scriptPubKey"
-- n: "→ →
`amount`"
+- n: "→ → →
`amount`"
t: "number"
p: "Required
(exactly 1)"
d: "Required amount to pay"
@@ -355,11 +360,13 @@ Result:
"bits": "1c103bdf",
"previousbits": "1c1548b5",
"height": 7967,
- "masternode": {
- "payee": "yaJc6tADbEjxQBAC69ugWNoTFpzxqkcgWd",
- "script": "76a914996911b133d83de25d1f169c7046d74b728a757b88ac",
- "amount": 6615000108
- },
+ "masternode": [
+ {
+ "payee": "yaJc6tADbEjxQBAC69ugWNoTFpzxqkcgWd",
+ "script": "76a914996911b133d83de25d1f169c7046d74b728a757b88ac",
+ "amount": 6615000108
+ }
+ ],
"masternode_payments_started": true,
"masternode_payments_enforced": true,
"superblock": [