Merge pull request #58 from deoxen0n2/patch-1

Fix wrong property name in docs (Address.Pay2PubKeyHash)
This commit is contained in:
Matias Alejo Garcia 2016-05-06 09:07:00 -03:00
commit eab662c692
1 changed files with 1 additions and 1 deletions

View File

@ -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){
...
}