X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Frpcwallet.cpp;h=5ff8320fd7120c245b197b9b00af6dea16dcc48b;hb=ebbcbf24322c0d1e5d3e386a1edb0a3b48667ae7;hp=8c3683617538449cd84ff3aed41469964f314490;hpb=817b7171e1db8a4a1a1bdc4651806098a17bf912;p=novacoin.git diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index 8c36836..5ff8320 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -1898,9 +1898,6 @@ Value newmalleablekey(const Array& params, bool fHelp) "newmalleablekey\n" "Make a malleable public/private key pair.\n"); - if (!(fDebug || fTestNet) && GetTime() < SMALLDATA_SWITCH_TIME) - throw runtime_error("This feature has been disabled for mainNet clients"); - // Parse the account first so we don't generate a key if there's an error string strAccount; if (params.size() > 0)