Skip to content

Commit 9016bd3

Browse files
Fix I03 (#38)
1 parent dca7b55 commit 9016bd3

File tree

1 file changed

+0
-10
lines changed
  • l1-contracts/contracts/state-transition/chain-deps/facets

1 file changed

+0
-10
lines changed

l1-contracts/contracts/state-transition/chain-deps/facets/Mailbox.sol

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,6 @@ contract MailboxFacet is ZKChainBase, IMailbox {
119119
return _proveL2LogInclusion(_l2BatchNumber, _l2MessageIndex, l2Log, _merkleProof);
120120
}
121121

122-
// /// @inheritdoc IMailbox
123-
function proveL1ToL2TransactionStatusViaGateway(
124-
bytes32 _l2TxHash,
125-
uint256 _l2BatchNumber,
126-
uint256 _l2MessageIndex,
127-
uint16 _l2TxNumberInBatch,
128-
bytes32[] calldata _merkleProof,
129-
TxStatus _status
130-
) public view returns (bool) {}
131-
132122
function _parseProofMetadata(
133123
bytes32[] calldata _proof
134124
)

0 commit comments

Comments
 (0)