Skip to content

Commit

Permalink
Fix I03 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless authored Nov 29, 2024
1 parent dca7b55 commit 9016bd3
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,6 @@ contract MailboxFacet is ZKChainBase, IMailbox {
return _proveL2LogInclusion(_l2BatchNumber, _l2MessageIndex, l2Log, _merkleProof);
}

// /// @inheritdoc IMailbox
function proveL1ToL2TransactionStatusViaGateway(
bytes32 _l2TxHash,
uint256 _l2BatchNumber,
uint256 _l2MessageIndex,
uint16 _l2TxNumberInBatch,
bytes32[] calldata _merkleProof,
TxStatus _status
) public view returns (bool) {}

function _parseProofMetadata(
bytes32[] calldata _proof
)
Expand Down

0 comments on commit 9016bd3

Please sign in to comment.