Remove comment

This commit is contained in:
Jamie Hewitt 2023-03-29 09:09:19 -04:00
parent 8133e78b84
commit 20e2f9a80a
1 changed files with 6 additions and 6 deletions

View File

@ -42,12 +42,12 @@ export function handleExtendBoost(event: ExtendBoost): void {
const _expireTime = event.params._expire_time const _expireTime = event.params._expire_time
const veDelegation = getveDelegation(_tokenId.toHex()) const veDelegation = getveDelegation(_tokenId.toHex())
// const delegatorVeOcean = getveOCEAN(_delegator) const delegatorVeOcean = getveOCEAN(_delegator)
// if (_amount && delegatorVeOcean.lockedAmount) { if (_amount && delegatorVeOcean.lockedAmount) {
// veDelegation.amountFraction = _amount.divDecimal( veDelegation.amountFraction = _amount.divDecimal(
// delegatorVeOcean.lockedAmount delegatorVeOcean.lockedAmount
// ) )
// } }
veDelegation.delegator = _delegator veDelegation.delegator = _delegator
veDelegation.receiver = _receiver veDelegation.receiver = _receiver
veDelegation.tokenId = _tokenId veDelegation.tokenId = _tokenId