Skip to content

Commit

Permalink
chore: fix convention
Browse files Browse the repository at this point in the history
  • Loading branch information
huyhuynh3103 committed Jan 2, 2024
1 parent 7768fd1 commit 1af4175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/IWRONHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
interface IWRONHelper {
function WRON() external view returns (address);

function withdraw(uint256 _amount) external;
function withdraw(uint256 amount) external;

function withdrawTo(address payable _to, uint256 _amount) external;
function withdrawTo(address payable to, uint256 amount) external;
}

0 comments on commit 1af4175

Please sign in to comment.