chore: removed unused IRollup interface

This commit is contained in:
Andrea Franz
2025-06-26 15:42:56 +02:00
parent dc1549d03d
commit 6c6fcceee1

View File

@@ -1,6 +0,0 @@
// SPDX-License-Identifier: AGPL-3.0
pragma solidity ^0.8.30;
interface IRollup {
function sendMessage(address _to, uint256 _fee, bytes calldata _calldata) external payable;
}