Commit e6e819fc authored by clabby's avatar clabby

Fix typo

parent bc2961b8
...@@ -439,7 +439,7 @@ contract OptimismPortal_FinalizeWithdrawal_Test is Portal_Initializer { ...@@ -439,7 +439,7 @@ contract OptimismPortal_FinalizeWithdrawal_Test is Portal_Initializer {
assertEq(timestamp, block.timestamp); assertEq(timestamp, block.timestamp);
} }
// Test: proveWithdrawalTransaction succeeds if the passed transaction's withdrawalHash hash // Test: proveWithdrawalTransaction succeeds if the passed transaction's withdrawalHash has
// already been proven AND the output root + output index + l2BlockNumber changes. // already been proven AND the output root + output index + l2BlockNumber changes.
function test_proveWithdrawalTransaction_replayProveChangedOutputRootAndOutputIndex_succeeds() function test_proveWithdrawalTransaction_replayProveChangedOutputRootAndOutputIndex_succeeds()
external external
......
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