gridplus-sdk
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "gridplus-sdk", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "SDK to interact with GridPlus Lattice1 device", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -137,4 +137,2 @@ // Utils for Ethereum transactions. This is effecitvely a shim of ethereumjs-util, which | ||
gasPriceBytes = maxFeePerGasBytes; | ||
if (0 > Buffer.compare(maxFeePerGasBytes, maxPriorityFeePerGasBytes)) | ||
throw new Error('EIP1559 requirement not met: (maxFeePerGasBytes > maxPriorityFeePerGasBytes)') | ||
} else { | ||
@@ -141,0 +139,0 @@ // EIP1559 transactions do not have the gasPrice field |
111602
2536