Skip to content

Commit

Permalink
allow contracts to propose
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jul 5, 2024
1 parent 5962ba9 commit 56d8660
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/protocol/contracts/L1/libs/LibProposing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ library LibProposing {
// ) {
// revert L1_INVALID_SIG();
// }
require(!_config.checkEOAForCalldataDA || msg.sender == tx.origin, "not EOA");

emit CalldataTxList(meta_.id, _txList);
}
Expand Down

0 comments on commit 56d8660

Please sign in to comment.