Commit 1404c9a8 authored by clabby's avatar clabby

Update packages/contracts-bedrock/src/dispute/FaultDisputeGame.sol

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent 806350de
...@@ -497,6 +497,7 @@ contract FaultDisputeGame is IFaultDisputeGame, Clone, Semver { ...@@ -497,6 +497,7 @@ contract FaultDisputeGame is IFaultDisputeGame, Clone, Semver {
l2BlockNumber: disputed.l2BlockNumber, l2BlockNumber: disputed.l2BlockNumber,
outputRoot: Hash.wrap(disputed.outputRoot) outputRoot: Hash.wrap(disputed.outputRoot)
}); });
// Persist the L1 head hash of the L1 block number provided. // Persist the L1 head hash of the L1 block number provided.
l1Head = blockInfo.hash; l1Head = blockInfo.hash;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment