Skip to content

Commit

Permalink
Merge pull request #13 from singlerecordnet/patch-1
Browse files Browse the repository at this point in the history
Typo: P2PKH instead of P2PHK
  • Loading branch information
xhliu committed Dec 6, 2021
2 parents a8a3478 + 837e82e commit 3d5aa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Each contract provides a template for a certain type of contracts (e.g., P2PHK o
Constructor
===========
Each contract has at most one constructor. It is where contract member variables are initialized.
For example, it can initialize the public key hash of a P2PHK contract, or the hash of a secret in a hash puzzle contract.
For example, it can initialize the public key hash of a P2PKH contract, or the hash of a secret in a hash puzzle contract.

Default Constructor
-------------------
Expand Down

0 comments on commit 3d5aa0e

Please sign in to comment.