feat: re-enable geth install

This commit is contained in:
Neal 2021-05-17 19:16:17 -04:00 committed by Josh Harvey
parent 103a7783c1
commit 9069625637
4 changed files with 4 additions and 5 deletions

View file

@ -114,6 +114,7 @@ function generateTx (_toAddress, wallet, amount, includesFee) {
: amount
const rawTx = {
chainId: 1,
nonce: txCount,
gasPrice: hex(gasPrice),
gasLimit: gas,