mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Small fixes to scriptPubKey/scriptSig pull
* Small grammar fixes. * Lower case #term-scriptPubKey as all our other anchor links are lower case * Replace script/scripts with scriptPubKey/scriptPubKeys in _autocrossref.yaml. (Fixes `make test` errors from broken auto-crossref links.)
This commit is contained in:
parent
c77556c786
commit
89cb2fff08
5 changed files with 13 additions and 13 deletions
|
@ -13,15 +13,15 @@ The op codes used in the scriptPubKeys of standard transactions are:
|
|||
signatures and public keys onto the stack. See the link below this list
|
||||
for a description.
|
||||
|
||||
* `OP_TRUE`/`OP_1` (0x51), and `OP_2` through `OP_16` (0x52--0x60), which
|
||||
(respectively) push the values 1, and 2--16 to the stack.
|
||||
* `OP_TRUE`/`OP_1` (0x51) and `OP_2` through `OP_16` (0x52--0x60), which
|
||||
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
|
||||
true onto the stack if the the transaction data specified by the SIGHASH flag was
|
||||
converted into the signature using the same ECDSA private key that
|
||||
generated the public key. Otherwise, it pushes false onto the stack.
|
||||
|
||||
* [`OP_DUP`][op_dup]{:#term-op-dup}{:.term} pushes a copy of the topmost stack item to the stack.
|
||||
* [`OP_DUP`][op_dup]{:#term-op-dup}{:.term} pushes a copy of the topmost stack item on to the stack.
|
||||
|
||||
* [`OP_HASH160`][op_hash160]{:#term-op-hash160}{:.term} consumes the topmost item on the stack,
|
||||
computes the RIPEMD160(SHA256()) hash of that item, and pushes that hash onto the stack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue