X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Frpcwallet.cpp;h=b96f5c11157a1b51d7fcfbfbb4e80fa6244af168;hp=aa8f876342b0fa50bfee3ad48ae7457e43fd39d4;hb=1166c5469f7c489aa92fabc78679ed27f79b91c5;hpb=bc40f3e6f3697034af270e65f57f03c8635a2c6d diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index aa8f876..b96f5c1 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)