Commit 7c72a111 authored by clabby's avatar clabby

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

Co-authored-by: default avatarrefcell.eth <abigger87@gmail.com>
parent 1404c9a8
......@@ -470,6 +470,7 @@ contract FaultDisputeGame is IFaultDisputeGame, Clone, Semver {
uint256 proposalIdx = L2_OUTPUT_ORACLE.getL2OutputIndexAfter(l2BlockNumber());
Types.OutputProposal memory starting = L2_OUTPUT_ORACLE.getL2Output(proposalIdx - 1);
Types.OutputProposal memory disputed = L2_OUTPUT_ORACLE.getL2Output(proposalIdx);
// SAFETY: This call can revert if the block hash oracle does not have information
// about the block number provided to it.
BlockOracle.BlockInfo memory blockInfo = BLOCK_ORACLE.load(l1BlockNumber());
......
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