diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-12-16 18:03:48 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-12-19 13:24:51 -0500 |
commit | 9e470585b35a84fcb7f6aa41ac0216c117e2a5e1 (patch) | |
tree | 88ead3af4b648db71bda23131b4b70d5c1af7f6e /src/script.cpp | |
parent | be237c119e82a4c01f4ef3da4264faa6c900e9e3 (diff) |
Update bitcoin address numbers for latest luke-jr/sipa scheme
Diffstat (limited to 'src/script.cpp')
-rw-r--r-- | src/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.cpp b/src/script.cpp index 5487c01fab..467cb2f0df 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -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. |