We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8541a0 commit 4794decCopy full SHA for 4794dec
src/mappings/veDelegation.ts
@@ -64,4 +64,5 @@ export function handleBurnBoost(event: BurnBoost): void {
64
// delete
65
const veDelegation = getveDelegation(_tokenId.toHex())
66
veDelegation.amount = BigInt.zero()
67
+ veDelegation.save()
68
}
0 commit comments