Browse Source

Fix wrong property name in docs (Address.Pay2PubKeyHash)

Hi,

There is no `Address.Pay2PubKeyHash` property, instead it's `Address.PayToPublicKeyHash`.
patch-2
Saran Siriphantnon 9 years ago
parent
commit
85666e92da
  1. 2
      docs/address.md

2
docs/address.md

@ -50,7 +50,7 @@ if (Address.isValid(input, Networks.testnet){
}
// validate that an input field is a valid livenet pubkeyhash
if (Address.isValid(input, Networks.livenet, Address.Pay2PubKeyHash){
if (Address.isValid(input, Networks.livenet, Address.PayToPublicKeyHash){
...
}

Loading…
Cancel
Save