Enable addmultisigaddress RPC call for main network
This commit is contained in:
parent
b0a7e05a45
commit
ea8c55cfd7
1 changed files with 0 additions and 2 deletions
|
@ -986,8 +986,6 @@ Value addmultisigaddress(const Array& params, bool fHelp)
|
||||||
"If [account] is specified, assign address to [account].";
|
"If [account] is specified, assign address to [account].";
|
||||||
throw runtime_error(msg);
|
throw runtime_error(msg);
|
||||||
}
|
}
|
||||||
if (!fTestNet)
|
|
||||||
throw runtime_error("addmultisigaddress available only when running -testnet\n");
|
|
||||||
|
|
||||||
int nRequired = params[0].get_int();
|
int nRequired = params[0].get_int();
|
||||||
const Array& keys = params[1].get_array();
|
const Array& keys = params[1].get_array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue