Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Oct 3, 2024
1 parent 56c18a4 commit ef3d011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OutputOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ contract OutputOracle is Initializable, ISemver {

bytes32 _blockHash = blockhash(_l1BlockNumber);
require(_blockHash != bytes32(0), "OutputOracle: blockhash not available");

bytes32 previousOutputRoot = l2Outputs[latestOutputIndex].outputRoot;
address signer = ECDSA.recover(
keccak256(abi.encodePacked(configHash, _blockHash, previousOutputRoot, _outputRoot)),
Expand Down

0 comments on commit ef3d011

Please sign in to comment.