Browse Source

docs: fix hierarchical.md

Closes https://github.com/bitpay/bitcore/issues/1055
patch-2
Esteban Ordano 10 years ago
parent
commit
004056c8fa
  1. 2
      docs/hierarchical.md

2
docs/hierarchical.md

@ -36,7 +36,7 @@ An instance of a PublicKey that can be derived to build extended public keys. No
```javascript
var hdPrivateKey = new HDPrivateKey();
var hdPublicKey = privateKey.hdPublicKey;
var hdPublicKey = hdPrivateKey.hdPublicKey;
try {
new HDPublicKey();
} catch(e) {

Loading…
Cancel
Save