@cardano-sdk/hardware-ledger 0.16.9 → 0.16.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,7 +30,7 @@ const TransportWebUSB = _TransportWebUSB.default
|
|
|
30
30
|
const LedgerConnection = _LedgerConnection.default
|
|
31
31
|
? _LedgerConnection.default
|
|
32
32
|
: _LedgerConnection;
|
|
33
|
-
const CIP08_SIGN_HASH_THRESHOLD =
|
|
33
|
+
const CIP08_SIGN_HASH_THRESHOLD = 190;
|
|
34
34
|
const isUsbDevice = (device) => typeof USBDevice !== 'undefined' && device instanceof USBDevice;
|
|
35
35
|
const setCOSESignHashed = (COSESignCbor, isHashed) => {
|
|
36
36
|
const reader = new Serialization.CborReader(HexBlob(COSESignCbor));
|