Delete maxtime

This commit is contained in:
trizin 2023-05-04 14:07:03 +03:00 committed by GitHub
parent fe60e01e79
commit 950bf9ebfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ export function handleDelegation(event: DelegateBoost): void {
const veDelegation = getveDelegation(event.address, _tokenId.toHex())
const ts = event.block.timestamp.toI32()
const MAX_TIME = 4 * 365 * 86400 // max lock time
veDelegation.delegator = _delegator
veDelegation.receiver = _receiver
veDelegation.tokenId = _tokenId