Change constant keys to shit I found on google

(note script/interpreter must match wallet/rpcwallet)
This commit is contained in:
Matt Corallo 2016-03-07 02:51:15 -05:00 committed by Gregory Sanders
parent 12129946d5
commit 40a12f6c68
3 changed files with 3 additions and 3 deletions

View file

@ -1165,7 +1165,7 @@ bool EvalScript(vector<vector<unsigned char> >& stack, const CScript& script, un
return set_error(serror, SCRIPT_ERR_WITHDRAW_VERIFY_FORMAT);
opcodetype opcodeTmp;
CScript scriptDestination(CScript() << OP_1 << ParseHex("03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd") << OP_1 << OP_CHECKMULTISIG);
CScript scriptDestination(CScript() << OP_1 << ParseHex("03d728ad6757d4784effea04d47baafa216cf474866c2d4dc99b1e8e3eb936e730") << OP_1 << OP_CHECKMULTISIG);
{
CScript::iterator sdpc = scriptDestination.begin();
vector<unsigned char> vch;