Skip to content

Commit

Permalink
explain Sig type
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Feb 13, 2020
1 parent fba054e commit b2f01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To cast a supertype ``bytes`` to them, a function of the type name must be expli
PrivKey privKey = PrivKey(b"00112233445566778899aabbccddeeffffeeddccbbaa99887766554433221100");
* **Sig** - a signature type in DER format, including hash type.
* **Sig** - a signature type in `DER <https://docs.moneybutton.com/docs/bsv-signature.html>`_ format, including `signature hash type <https://github.com/libbitcoin/libbitcoin-system/wiki/Sighash-and-TX-Signing>`_, which is ``SIGHASH_ALL | SIGHASH_FORKID`` (``0x41``) in the below example.

.. code-block:: solidity
Expand Down

0 comments on commit b2f01f4

Please sign in to comment.