X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fbitcoinrpc.cpp;h=90cb0dbe64ebecdcf89aadf0f37ba2c849bd2cc0;hp=eb2f04f1d9ec9010edb613f28483a94441c2fe51;hb=ea8c55cfd798bd490c03b1d89143e078dd96700d;hpb=b0a7e05a45a925d78efd00ecca6dce9b7a9530f9 diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index eb2f04f..90cb0db 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -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();