Ensuring amountFraction is set to zero after burnBoost

This commit is contained in:
Jamie Hewitt 2023-03-29 09:29:40 -04:00
parent 20e2f9a80a
commit fcad0f71fb
1 changed files with 1 additions and 0 deletions

View File

@ -71,5 +71,6 @@ export function handleBurnBoost(event: BurnBoost): void {
// delete
const veDelegation = getveDelegation(_tokenId.toHex())
veDelegation.amountFraction = BigInt.zero()
veDelegation.amount = BigInt.zero()
}