Browse Source

Merge pull request #58 from deoxen0n2/patch-1

Fix wrong property name in docs (Address.Pay2PubKeyHash)
patch-2
Matias Alejo Garcia 9 years ago
parent
commit
eab662c692
  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