cmd/evm: add gasUsed to t8n result (#23919)

* cmd/evm: add gas used accumulator to t8n result

* cmd/evm: update t8n tests to include gas used field
This commit is contained in:
lightclient
2021-11-16 00:43:58 -07:00
committed by GitHub
parent abc74a5ffe
commit b0b708bf23
10 changed files with 26 additions and 15 deletions

View File

@ -38,6 +38,7 @@
"error": "nonce too low: address 0x8A8eAFb1cf62BfBeb1741769DAE1a9dd47996192, tx: 0 state: 1"
}
],
"currentDifficulty": "0x20000"
"currentDifficulty": "0x20000",
"gasUsed": "0x5208"
}
}
}