Commit 8784bc0b authored by clabby's avatar clabby

Add changeset

parent be4cb583
---
'@eth-optimism/contracts-bedrock': patch
---
Add invariant test for the L1 XDM's `relayMessage` minimum gas limits.
......@@ -125,6 +125,6 @@ contract XDM_MinGasLimits is Messenger_Initializer, InvariantTest {
// it is not in the received messages mapping
assertFalse(L1Messenger.failedMessages(hash));
}
assertTrue(!actor.outOfGas());
assertFalse(actor.outOfGas());
}
}
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