Enable addmultisigaddress RPC call for main network

This commit is contained in:
Gavin Andresen 2012-04-04 16:01:27 -04:00
parent b0a7e05a45
commit ea8c55cfd7
1 changed files with 0 additions and 2 deletions

View File

@ -986,8 +986,6 @@ Value addmultisigaddress(const Array& params, bool fHelp)
"If [account] is specified, assign address to [account].";
throw runtime_error(msg);
}
if (!fTestNet)
throw runtime_error("addmultisigaddress available only when running -testnet\n");
int nRequired = params[0].get_int();
const Array& keys = params[1].get_array();