This commit is contained in:
trizin 2023-05-04 13:40:19 +03:00 committed by GitHub
parent 9b41d025e8
commit af4d273798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@ export function handleDelegation(event: DelegateBoost): void {
veDelegation.lockedAmount = delegator.lockedAmount
veDelegation.cancelTime = _cancelTime
veDelegation.expireTime = _expireTime
veDelegation.
veDelegation.save()
veDelegation.save()
const veDelegationUpdate = new VeDelegationUpdate(
event.transaction.hash.toHex() + '-' + event.logIndex.toString()