Skip to content

Commit

Permalink
Update position/_RPC_api.gno
Browse files Browse the repository at this point in the history
Co-authored-by: Lee ByeongJun <[email protected]>
  • Loading branch information
r3v4s and notJoon authored Dec 17, 2024
1 parent 8e10f40 commit 7f6e570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions position/_RPC_api.gno
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ func unclaimedFee(tokenId uint64) (*i256.Int, *i256.Int) {
_feeGrowthInside0LastX128 := position.feeGrowthInside0LastX128 // u256
feeGrowthInside0LastX128 := i256.FromUint256(_feeGrowthInside0LastX128) // i256

_feeGrowthInside1LastX128 := position.feeGrowthInside1LastX128 // u256
feeGrowthInside1LastX128 := i256.FromUint256(_feeGrowthInside1LastX128) // i256
_feeGrowthInside1LastX128 := position.feeGrowthInside1LastX128
feeGrowthInside1LastX128 := i256.FromUint256(_feeGrowthInside1LastX128)

var tickLowerFeeGrowthBelow0, tickLowerFeeGrowthBelow1, tickUpperFeeGrowthAbove0, tickUpperFeeGrowthAbove1 *i256.Int

Expand Down

0 comments on commit 7f6e570

Please sign in to comment.