mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Change constant keys to shit I found on google
(note script/interpreter must match wallet/rpcwallet)
This commit is contained in:
parent
12129946d5
commit
40a12f6c68
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue