Skip to content

Commit

Permalink
Add missing veDelegation.save() (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin committed Apr 20, 2023
1 parent c8541a0 commit 4794dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mappings/veDelegation.ts
Expand Up @@ -64,4 +64,5 @@ export function handleBurnBoost(event: BurnBoost): void {
// delete
const veDelegation = getveDelegation(_tokenId.toHex())
veDelegation.amount = BigInt.zero()
veDelegation.save()
}

0 comments on commit 4794dec

Please sign in to comment.