Skip to content

Commit

Permalink
Temporarily disable block free consistency check
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jan 22, 2025
1 parent a211fde commit cd2cdfd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Chainweb/PayloadProvider/EVM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -911,11 +911,12 @@ awaitNewPayload p = do

-- Check that the fees of the execution paylod match the block
-- value of the response.
unless (EVM._blockValueStu (_getPayloadV3ResponseBlockValue resp) == fees v1) $
throwM InconsistentNewPayloadFees
{ _inconsistentPayloadBlockValue = _getPayloadV3ResponseBlockValue resp
, _inconsistentPayloadFees = fees v1
}
-- FIXME FIXME FIXME
-- unless (EVM._blockValueStu (_getPayloadV3ResponseBlockValue resp) == fees v1) $
-- throwM InconsistentNewPayloadFees
-- { _inconsistentPayloadBlockValue = _getPayloadV3ResponseBlockValue resp
-- , _inconsistentPayloadFees = fees v1
-- }

let pld = executionPayloadV3ToHeader (_syncStateBlockHash sstate) v3

Expand Down

0 comments on commit cd2cdfd

Please sign in to comment.