Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toyv0 committed Oct 25, 2023
1 parent 357701f commit a75c733
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/FluxToken.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ contract FluxTokenTest is BaseTest {
assertEq(flux.balanceOf(ownerOfPatronNFT), 0, "owner should have no flux");
assertEq(flux.balanceOf(ownerOfAlchemechNFT), 0, "owner should have no flux");

// uint256 totalEth = 0;
// uint256 totalEth = 5 ether;
// for (uint256 i = 0; i < 444; i++) {
// totalEth += IAlEthNFT(patronNFT).tokenData(i);
// }

uint256 tokenData1 = IAlEthNFT(patronNFT).tokenData(tokenId);
uint256 patronTotal = flux.getClaimableFlux(tokenData1, patronNFT);

Expand Down

0 comments on commit a75c733

Please sign in to comment.