Skip to content

Commit 10cc0be

Browse files
committed
Format
1 parent 04980d2 commit 10cc0be

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

solidity/src/interfaces/modules/messaging/sender/IUniversalSenderModule.sol

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ interface IUniversalSenderModule {
99
/// @param hashingFunction the hashing function used to hash the parent hash
1010
/// @param blockNumber the block number being sent
1111
/// @param gasData the gas data for the cross-domain message, depends on the destination chain
12-
function sendParentHash(
13-
uint256 destinationChainId,
14-
uint256 accumulatedChainId,
15-
bytes32 hashingFunction,
16-
uint256 blockNumber,
17-
bytes calldata gasData
18-
) external payable;
12+
function sendParentHash(uint256 destinationChainId, uint256 accumulatedChainId, bytes32 hashingFunction, uint256 blockNumber, bytes calldata gasData) external payable;
1913

2014
/// @notice Send MMR that was registered on our chain to the destination chain
2115
/// @param destinationChainId the chain ID of the destination chain

0 commit comments

Comments
 (0)