mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-04 23:33:24 +00:00
Fix type uncertainty
This commit is contained in:
parent
fe5e1eb0c4
commit
34758d70a0
@ -29,7 +29,7 @@ const Ledger: WalletLib = {
|
||||
const res = await app.getAddress(dpath, false, true);
|
||||
return {
|
||||
publicKey: res.publicKey,
|
||||
chainCode: res.chainCode
|
||||
chainCode: res.chainCode as string
|
||||
};
|
||||
} catch (err) {
|
||||
throw new Error('Failed to connect to Ledger');
|
||||
|
Loading…
x
Reference in New Issue
Block a user