Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/hardware-ledger/src/LedgerKeyAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const LedgerConnection = (_LedgerConnection as any).default
: _LedgerConnection;
type LedgerConnection = _LedgerConnection;

const CIP08_SIGN_HASH_THRESHOLD = 100;
const CIP08_SIGN_HASH_THRESHOLD = 190;

const isUsbDevice = (device: any): device is USBDevice =>
typeof USBDevice !== 'undefined' && device instanceof USBDevice;
Expand Down
Loading