Skip to content

Commit

Permalink
update advanced PUSH_TX
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Sep 11, 2021
1 parent 1fa0b61 commit 8b37eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ As an example, contract ``CheckLockTimeVerify`` ensures coins are timelocked and
}
More details can be found in `this article <https://medium.com/@xiaohuiliu/op-push-tx-3d3d279174c1>`_.
To customize ECDSA signing, such as choosing ephemeral key, there is a more general version called `TxAdvanced <https://medium.com/@xiaohuiliu/advanced-op-push-tx-78ce84f69a66>`_.
To customize ECDSA signing, such as choosing ephemeral key, there is a more general version called `Tx.checkPreimageAdvanced() <https://medium.com/@xiaohuiliu/advanced-op-push-tx-78ce84f69a66>`_.

Full List
---------
Expand Down Expand Up @@ -183,4 +183,4 @@ Full List
.. [#] ``Y`` is hashing function return type and can be Ripemd160/Sha1/Sha256/Ripemd160
.. _BIP143: https://github.com/bitcoin-sv/bitcoin-sv/blob/master/doc/abc/replay-protected-sighash.md
.. _OP_CLTV: https://en.bitcoin.it/wiki/Timelock#CheckLockTimeVerify
.. _OP_CLTV: https://en.bitcoin.it/wiki/Timelock#CheckLockTimeVerify

0 comments on commit 8b37eec

Please sign in to comment.