From 950bf9ebfea186a3c512c47629f54a445802bcd2 Mon Sep 17 00:00:00 2001 From: trizin <25263018+trizin@users.noreply.github.com> Date: Thu, 4 May 2023 14:07:03 +0300 Subject: [PATCH] Delete maxtime --- src/mappings/veDelegation.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mappings/veDelegation.ts b/src/mappings/veDelegation.ts index 29734c4..a89bc34 100644 --- a/src/mappings/veDelegation.ts +++ b/src/mappings/veDelegation.ts @@ -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