gridplus-sdk
Advanced tools
Comparing version 0.7.19 to 0.7.20
{ | ||
"name": "gridplus-sdk", | ||
"version": "0.7.19", | ||
"version": "0.7.20", | ||
"description": "SDK to interact with GridPlus Lattice1 device", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -461,3 +461,3 @@ // Utils for Ethereum transactions. This is effecitvely a shim of ethereumjs-util, which | ||
payload = ensureHexBuffer(input.payload) | ||
displayHex = true === isHexStr(Buffer.from(input.payload.slice(2), 'hex').toString()) | ||
displayHex = false === isASCIIStr(Buffer.from(input.payload.slice(2), 'hex').toString()) | ||
} else { | ||
@@ -464,0 +464,0 @@ if (false === latticeCanDisplayStr(input.payload)) |
101925