Skip to content

Commit

Permalink
add p2pkh explantion. closes#3
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Feb 4, 2020
1 parent d589de1 commit 41c7cc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/p2pkh.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
======================
Pay to Public Key Hash
======================
Pay-to-PubKey-Hash (`P2PKH <https://learnmeabitcoin.com/guide/p2pkh>`_) contract is used to send bitcoins to a bitcoin address. It is the most common contract on the Bitcoin network.
Such contracts are unlocked by the public key and a signature created by the corresponding private key.

.. code-block:: solidity
Expand Down

0 comments on commit 41c7cc7

Please sign in to comment.