Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
fourlen committed Jun 11, 2024
1 parent 8133227 commit 8cc0b77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin/contracts/base/AlgebraBaseModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import '@cryptoalgebra/integral-core/contracts/interfaces/pool/IAlgebraPoolState

import '@cryptoalgebra/algebra-modular-hub-v0.8.20/contracts/base/AlgebraModule.sol';


abstract contract AlgebraBaseModule is AlgebraModule {
function _getPoolState() internal view returns (uint160 price, int24 tick, uint16 fee, uint8 pluginConfig) {
(price, tick, fee, pluginConfig, , ) = IAlgebraPoolState(pool).globalState();
Expand Down

0 comments on commit 8cc0b77

Please sign in to comment.