Update Prettier Solidity (#3898)
This commit is contained in:
6
contracts/vendor/arbitrum/IOutbox.sol
vendored
6
contracts/vendor/arbitrum/IOutbox.sol
vendored
@ -113,9 +113,5 @@ interface IOutbox {
|
||||
bytes calldata data
|
||||
) external pure returns (bytes32);
|
||||
|
||||
function calculateMerkleRoot(
|
||||
bytes32[] memory proof,
|
||||
uint256 path,
|
||||
bytes32 item
|
||||
) external pure returns (bytes32);
|
||||
function calculateMerkleRoot(bytes32[] memory proof, uint256 path, bytes32 item) external pure returns (bytes32);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user