From d208dac3625417a1f661a77c6c9d836613393467 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Thu, 14 Mar 2019 11:52:02 -0600 Subject: [PATCH] removed p2pkh constraint on protx register_fund (#109) I have tested this, and it works for P2SH addresses. --- _includes/devdoc/dash-core/rpcs/rpcs/protx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/protx.md b/_includes/devdoc/dash-core/rpcs/rpcs/protx.md index 628e5ff9..13adde26 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/protx.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/protx.md @@ -146,7 +146,7 @@ The `protx register_fund` RPC creates and funds a ProRegTx with the - n: "`collateralAddress`" t: "string (hex)" p: "Required
(exactly 1)" - d: "The Dash address to send the collateral to (must be a P2PKH address)" + d: "The Dash address to send the collateral to" {% enditemplate %} *Parameter #2---IP Address and port*