@ledgerhq/hw-app-btc
Advanced tools
Comparing version 3.0.0 to 3.0.2
@@ -768,2 +768,3 @@ "use strict"; | ||
timestamp = transaction.slice(offset, 4 + offset); | ||
offset += 4; | ||
} | ||
@@ -770,0 +771,0 @@ var varint = this.getVarint(transaction, offset); |
{ | ||
"name": "@ledgerhq/hw-app-btc", | ||
"version": "3.0.0", | ||
"version": "3.0.2", | ||
"description": "Ledger Hardware Wallet Bitcoin Application API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -842,2 +842,3 @@ //@flow | ||
timestamp = transaction.slice(offset, 4 + offset); | ||
offset += 4; | ||
} | ||
@@ -844,0 +845,0 @@ let varint = this.getVarint(transaction, offset); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
192283
15
2241