Commit 0f467d0a authored by yann300's avatar yann300

linting

parent 28029525
......@@ -72,7 +72,7 @@ export class TxRunnerVM {
}
}
let EIP1559 = this.commonContext.hardfork() !== 'berlin'
const EIP1559 = this.commonContext.hardfork() !== 'berlin'
let tx
if (!EIP1559) {
tx = Transaction.fromTxData({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment