Skip to content

Commit 63687c4

Browse files
committed
Merge branch 'fixEncryptionEDDSA' of github.com:leolambo/bitcore
2 parents 61a55c5 + a8a8f22 commit 63687c4

File tree

1 file changed

+1
-1
lines changed
  • packages/bitcore-wallet-client/src/lib

1 file changed

+1
-1
lines changed

packages/bitcore-wallet-client/src/lib/key.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class Key {
321321
mnemonicOpts.passphrase = opts.passphrase;
322322
}
323323

324-
this.setFromMnemonic(this.#mnemonic, mnemonicOpts);
324+
this.setFromMnemonic(new Mnemonic(mnemonic), mnemonicOpts);
325325
}
326326

327327
/**

0 commit comments

Comments
 (0)