@elmutt/hdwallet-keepkey
Advanced tools
Comparing version 1.9.6-testnet to 1.9.7-testnet
@@ -65,3 +65,3 @@ "use strict"; | ||
let coinOut = new messages_binance_pb_1.BinanceTransferMsg.BinanceCoin(); | ||
coinOut.setAmount(message.outputs[0].coins[0].amount.toString()); | ||
coinOut.setAmount(message.outputs[0].coins[0].amount); | ||
coinOut.setDenom(message.outputs[0].coins[0].denom); | ||
@@ -72,3 +72,3 @@ let outputs = new messages_binance_pb_1.BinanceTransferMsg.BinanceInputOutput(); | ||
let coinIn = new messages_binance_pb_1.BinanceTransferMsg.BinanceCoin(); | ||
coinIn.setAmount(message.inputs[0].coins[0].amount.toString()); | ||
coinIn.setAmount(message.inputs[0].coins[0].amount); | ||
coinIn.setDenom(message.inputs[0].coins[0].denom); | ||
@@ -75,0 +75,0 @@ let inputs = new messages_binance_pb_1.BinanceTransferMsg.BinanceInputOutput(); |
{ | ||
"name": "@elmutt/hdwallet-keepkey", | ||
"version": "1.9.6-testnet", | ||
"version": "1.9.7-testnet", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@elmutt/hdwallet-core": "^1.9.6-testnet", | ||
"@elmutt/hdwallet-core": "^1.9.7-testnet", | ||
"@keepkey/device-protocol": "^6.4.1", | ||
@@ -27,3 +27,3 @@ "eip55": "^1.0.3", | ||
}, | ||
"gitHead": "8135082f1475d458de0a58f4696fea27ac31136a" | ||
"gitHead": "02b3a7e70cdd965f6fa149eeb5a382667df220d6" | ||
} |
Sorry, the diff of this file is not supported yet
257047
+ Added@elmutt/hdwallet-core@1.9.7-testnet(transitive)
- Removed@elmutt/hdwallet-core@1.9.6-testnet(transitive)