We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a3034 commit 0a3b67cCopy full SHA for 0a3b67c
README.md
@@ -125,7 +125,7 @@ let DashPhrase = window.DashPhrase;
125
126
```js
127
let hdpath = `m/44'/5'/0'/0/0`;
128
- let key = await DashHd.derivePath(hdpath);
+ let key = await DashHd.derivePath(walletKey, hdpath);
129
130
let wif = await DashHd.toWif(key.privateKey);
131
let address = await DashHd.toAddr(key.publicKey);
0 commit comments