Skip to content

Commit

Permalink
remove fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Dec 10, 2024
1 parent c8d2952 commit 00b5dc0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/developers/tutorials/swap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,6 @@ contract Swap is
);
}
fallback() external payable {}
receive() external payable {}
function _authorizeUpgrade(
address newImplementation
) internal override onlyOwner {}
Expand Down

0 comments on commit 00b5dc0

Please sign in to comment.