Skip to content

Commit ce01fa7

Browse files
committed
appease linter
1 parent 17da953 commit ce01fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethereum-contracts/contracts/superfluid/AaveETHYieldBackend.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ contract AaveETHYieldBackend is AaveYieldBackend {
9191
receive() external payable { }
9292

9393
// To be invoked by `withdraw` which is executed via delegatecall in a SuperToken context.
94-
// WETH deposited or withdrawn by the SuperToken never stays in this contract beyond the lifetime of the transaction.
94+
// WETH deposited or withdrawn by the SuperToken never stays in this contract beyond the lifetime of the tx.
9595
// Thus it is not necessary to check msg.sender.
9696
// We accept that an alien caller may withdraw WETH deposited to this contract (for whatever reason).
9797
function unwrapWETHAndForwardETH(uint256 amount) external {

0 commit comments

Comments
 (0)