Skip to content

Commit

Permalink
fix(RNSCommission): rm fallback()
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis committed Jun 5, 2024
1 parent 11d2edf commit 9394b46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/RNSCommission.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ contract RNSCommission is Initializable, AccessControlEnumerable, INSCommission
_fallback();
}

fallback() external payable {
_fallback();
}

function initialize(
address admin,
address[] calldata commissionSetters,
Expand Down

0 comments on commit 9394b46

Please sign in to comment.