Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vuquang23 committed Dec 7, 2023
1 parent 565a770 commit aca0b28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/liquidity-source/velocore-v2/cpmm/pool_simulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,8 @@ func (p *PoolSimulator) UpdateBalance(params pool.UpdateBalanceParams) {
swapInfo, ok := params.SwapInfo.(SwapInfo)
if ok && swapInfo.IsFeeMultiplierUpdated {
p.feeMultiplier, _ = new(big.Int).SetString(swapInfo.FeeMultiplier, 10)
p.isLastWithdrawInTheSameBlock = true
}

p.isLastWithdrawInTheSameBlock = true
}

func (p *PoolSimulator) GetMetaInfo(_ string, _ string) interface{} {
Expand Down

0 comments on commit aca0b28

Please sign in to comment.