You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of TransactionExecutor requires setting up an amount of gasUsedInTheBlock, this it's done by the TransactionExecutorFactory.
The problem here is that that this parameter it's always started in zero, and it doesn't seem to be relevant (even at the tests it's always zero). So I propose to
set up a default value and/or
get rid of this custom parameter
The text was updated successfully, but these errors were encountered:
The current implementation of
TransactionExecutor
requires setting up an amount ofgasUsedInTheBlock
, this it's done by theTransactionExecutorFactory
.The problem here is that that this parameter it's always started in zero, and it doesn't seem to be relevant (even at the tests it's always zero). So I propose to
The text was updated successfully, but these errors were encountered: