mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Update bitcoin address numbers for latest luke-jr/sipa scheme
This commit is contained in:
parent
be237c119e
commit
9e470585b3
3 changed files with 25 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue