mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix a typo
This commit is contained in:
parent
5711d723c1
commit
5959721141
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ The op codes used in the pubkey scripts of standard transactions are:
|
||||||
push the values 1 through 16 to the stack.
|
push the values 1 through 16 to the stack.
|
||||||
|
|
||||||
* [`OP_CHECKSIG`][op_checksig]{:#term-op-checksig}{:.term} consumes a signature and a full public key, and pushes
|
* [`OP_CHECKSIG`][op_checksig]{:#term-op-checksig}{:.term} consumes a signature and a full public key, and pushes
|
||||||
true onto the stack if the the transaction data specified by the SIGHASH flag was
|
true onto the stack if the transaction data specified by the SIGHASH flag was
|
||||||
converted into the signature using the same ECDSA private key that
|
converted into the signature using the same ECDSA private key that
|
||||||
generated the public key. Otherwise, it pushes false onto the stack.
|
generated the public key. Otherwise, it pushes false onto the stack.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue