Commit 557a9872 authored by Ori Pomerantz's avatar Ori Pomerantz
parent 9a94d6fb
...@@ -148,7 +148,7 @@ interface OptimismPortal { ...@@ -148,7 +148,7 @@ interface OptimismPortal {
function proveWithdrawalTransaction( function proveWithdrawalTransaction(
Types.WithdrawalTransaction memory _tx, Types.WithdrawalTransaction memory _tx,
uint256 _l2BlockNumber, uint256 _l2OutputIndex,
Types.OutputRootProof calldata _outputRootProof, Types.OutputRootProof calldata _outputRootProof,
bytes[] calldata _withdrawalProof bytes[] calldata _withdrawalProof
) external; ) external;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment