Skip to content

Commit

Permalink
imp: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Dec 23, 2024
1 parent b1ebd53 commit 47c20e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ICS20Transfer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ contract ICS20Transfer is

/// @inheritdoc IICS20Transfer
function escrow() public view returns (address) {
return address(_getICS20TransferStorage().escrow);
return address(_getEscrow());
}

/// @inheritdoc IICS20Transfer
Expand Down

0 comments on commit 47c20e7

Please sign in to comment.