Skip to content

Commit

Permalink
fix missing verb HundredFinanceHack.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
cratiu222 authored Jul 14, 2024
1 parent 97f6154 commit 1ab2c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocs/HundredFinanceHack.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contract HundredFinanceHack is FlashLoan, Reentrancy, PoC {
borrowedXdai = true;
uint256 amount = (totalFlashloaned * 1e12) * 60 / 100;

// Borrow xdai agaist the same usdc collateral, since the initial borrow transaction hasn't completed
// Borrow xdai agaist the same usdc collateral, since the initial borrow transaction hasn't been completed
// we can reuse the collateral
ICompoundToken(address(hxdai)).borrow(amount);
}
Expand Down

0 comments on commit 1ab2c95

Please sign in to comment.