Skip to content

Commit

Permalink
(fix): missed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid Ateir committed Jun 13, 2024
1 parent 63a34f1 commit 7215554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface IL1AssetHandler {
bytes calldata _data
) external payable returns (bytes memory _bridgeMintData);

function bridgeClaimFailedBurn(
function recoverFromFailedTransfer(
uint256 _chainId,
bytes32 _assetId,
address _prevMsgSender,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ interface IL1SharedBridge {

function setNativeTokenVault(IL1NativeTokenVault _nativeTokenVault) external;

function claimFailedBurn(
function recoverFromFailedTransfer(
uint256 _chainId,
address _depositSender,
bytes32 _assetId,
Expand Down

0 comments on commit 7215554

Please sign in to comment.