We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17da953 commit ce01fa7Copy full SHA for ce01fa7
packages/ethereum-contracts/contracts/superfluid/AaveETHYieldBackend.sol
@@ -91,7 +91,7 @@ contract AaveETHYieldBackend is AaveYieldBackend {
91
receive() external payable { }
92
93
// 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.
+ // WETH deposited or withdrawn by the SuperToken never stays in this contract beyond the lifetime of the tx.
95
// Thus it is not necessary to check msg.sender.
96
// We accept that an alien caller may withdraw WETH deposited to this contract (for whatever reason).
97
function unwrapWETHAndForwardETH(uint256 amount) external {
0 commit comments