Skip to content

Commit 136eacc

Browse files
clean
1 parent 31923d5 commit 136eacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EulerSwapFactory.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ contract EulerSwapFactory is IEulerSwapFactory, EVCUtil {
119119
}
120120

121121
/// @inheritdoc IEulerSwapFactory
122-
function poolByEulerAccount(address who) external view returns (address) {
123-
return eulerAccountState[who].pool;
122+
function poolByEulerAccount(address eulerAccount) external view returns (address) {
123+
return eulerAccountState[eulerAccount].pool;
124124
}
125125

126126
/// @inheritdoc IEulerSwapFactory

0 commit comments

Comments
 (0)