Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm committed Apr 25, 2024
1 parent 4ad3b93 commit 963c0d8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions integrations/evm/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,6 @@ export default class EVM implements IRuntime {
return VOTE.VOTE_TYPE_VALID;
}

// Remove non-deterministic data
// const modifiedValidationDataItem = removeOutputProperties(validationDataItem.value.traceCalls, ["output", "accessList", "address", "value"]);
// const modifiedProposedDataItem = removeOutputProperties(proposedDataItem.value.traceCalls, ["output", "accessList", "address", "value"])
//
// if (
// JSON.stringify(modifiedProposedDataItem) === JSON.stringify(modifiedValidationDataItem)
// ) {
// return VOTE.VOTE_TYPE_ABSTAIN;
// }

return VOTE.VOTE_TYPE_INVALID;
}

Expand Down

0 comments on commit 963c0d8

Please sign in to comment.