Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jan 4, 2024
1 parent 0e67770 commit afe0d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/BC_fusion/interface/ITokenHub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pragma solidity 0.8.17;
interface ITokenHub {
function recoverBCAsset(bytes32 tokenSymbol, address recipient, uint256 amount) external;
function cancelTokenRecoverLock(bytes32 tokenSymbol, address attacker) external;
function claimMigrationFund(uint256 amount) external returns(bool);
function claimMigrationFund(uint256 amount) external returns (bool);
}

0 comments on commit afe0d0c

Please sign in to comment.