bitcoin-script
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -53,3 +53,3 @@ { | ||
"homepage": "crmarsh.com/script/", | ||
"version": "0.1.0" | ||
"version": "0.1.1" | ||
} |
@@ -65,3 +65,3 @@ bitcoin-script | ||
- Unlike in the official implementation, OP_CHECKMULTISIG does _not_ pop an extra, arbitrary value off the stack (as this is considered a bug and would only serve to confuse new users). | ||
- Unlike in the official implementation, OP\_CHECKMULTISIG does _not_ pop an extra, arbitrary value off the stack (as this is considered a bug and would only serve to confuse new users). | ||
- Signatures aren't generated by hashing transaction inputs and outputs (as the snippets only exist in isolation); instead, the protocol expects users to sign a simple nonce (in this case, the string 'Secure'). | ||
@@ -68,0 +68,0 @@ - Any hex data is pushed to the state with no limitations. |
48413