Skip to content

Commit 0a3b67c

Browse files
author
AJ ONeal
authored
doc: fix typo DashHd.derivePath(walletKey, hdPath)
Signed-off-by: AJ ONeal <[email protected]>
1 parent 55a3034 commit 0a3b67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ let DashPhrase = window.DashPhrase;
125125

126126
```js
127127
let hdpath = `m/44'/5'/0'/0/0`;
128-
let key = await DashHd.derivePath(hdpath);
128+
let key = await DashHd.derivePath(walletKey, hdpath);
129129

130130
let wif = await DashHd.toWif(key.privateKey);
131131
let address = await DashHd.toAddr(key.publicKey);

0 commit comments

Comments
 (0)