Replace P2PH by P2PKH in devel-docs

This commit is contained in:
Saivann 2014-05-12 11:56:51 -04:00 committed by David A. Harding
parent 70d871d43e
commit c7eed3e444
19 changed files with 62 additions and 59 deletions

View file

@ -28,7 +28,7 @@ indicated whether or not the address is valid. If it is valid, the
validated *address* is returned plus *ismine* to indicate whether or not
it belongs to this wallet and *account* to indicate which account it
belongs to. If it's a P2SH address, *isscript* will be true. If it's a
P2PH address, *pubkey* will contain the public key and *compressed* will
P2PKH address, *pubkey* will contain the public key and *compressed* will
indicate whether or not the pubkey/address is compressed.
{% endautocrossref %}