Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

clear revertFlag in EM.initContext #181

Closed
wants to merge 4 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,7 @@ contract OVM_ExecutionManager is iOVM_ExecutionManager, Lib_AddressResolver {
transactionContext.ovmGASLIMIT = gasMeterConfig.maxGasPerQueuePerEpoch;

messageRecord.nuisanceGasLeft = _getNuisanceGasLimit(_transaction.gasLimit);
messageRecord.revertFlag = RevertFlag.DID_NOT_REVERT;
}

/**
Expand Down