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.
2 parents eef5259 + 105ef9b commit 82233cfCopy full SHA for 82233cf
packages/hardware-ledger/src/LedgerKeyAgent.ts
@@ -67,7 +67,8 @@ const LedgerConnection = (_LedgerConnection as any).default
67
: _LedgerConnection;
68
type LedgerConnection = _LedgerConnection;
69
70
-const CIP08_SIGN_HASH_THRESHOLD = 190;
+/* https://github.com/vacuumlabs/ledger-app-cardano-shelley/blob/f01201e0e7a2b3bb4ceace13044dc0c59d21797b/src/signMsg.h#L17 */
71
+const CIP08_SIGN_HASH_THRESHOLD = 198;
72
73
const isUsbDevice = (device: any): device is USBDevice =>
74
typeof USBDevice !== 'undefined' && device instanceof USBDevice;
0 commit comments