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 cd47082 commit 2b0cbadCopy full SHA for 2b0cbad
packages/cash-account-service/src/CashAccountService.ts
@@ -35,9 +35,7 @@ export class CashAccountService {
35
{ id: entropySource },
36
async ({ keyring }) => {
37
if (keyring.type !== HdKeyring.type) {
38
- throw new Error(
39
- 'HD keyring not have a mnemonic for the given entropy source.',
40
- );
+ throw new Error('Got keyring without HD Keyring type');
41
}
42
const hdKeyring = keyring as HdKeyring;
43
0 commit comments