Update bitcoin address numbers for latest luke-jr/sipa scheme

This commit is contained in:
Gavin Andresen
2011-12-16 18:03:48 -05:00
parent be237c119e
commit 9e470585b3
3 changed files with 25 additions and 12 deletions

View File

@@ -1025,7 +1025,7 @@ bool EvalScriptInner(vector<vector<unsigned char> >& stack, const CScript& scrip
valtype& vchScript = stacktop(-1);
CScript subscript(vchScript.begin(), vchScript.end());
popstack(stack);
// Codeseparators not allowed; they don't make sense 'inside' an OP_EVAL, because
// their purpose is to change which parts of the scriptPubKey script is copied
// and signed by OP_CHECKSIG, but OP_EVAl'ed code is in the scriptSig, not the scriptPubKey.