X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fscript.cpp;h=90be3eb2cd1935d95dbcdb4340278d647ab5d9b9;hb=c0f91b3005a8dbc0663c8ec118b5a488bae8f16c;hp=e8bfab53cf1c48e053f3be070cfb8fba5e65ef74;hpb=c69eb1bd70e0dc94095d63b0de50dc8d2910ea0e;p=novacoin.git diff --git a/src/script.cpp b/src/script.cpp index e8bfab5..90be3eb 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1195,7 +1195,7 @@ bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, vector SMALLDATA_SWITCH_TIME) + if (fTestNet || GetTime() > SMALLDATA_SWITCH_TIME) { // Malleable pubkey tx hack, sender provides generated pubkey combined with R parameter. The R parameter is dropped before checking a signature. mTemplates.insert(make_pair(TX_PUBKEY_DROP, CScript() << OP_PUBKEY << OP_PUBKEY << OP_DROP << OP_CHECKSIG));