initiating veDelegation timestamp

This commit is contained in:
Jamie Hewitt 2023-04-05 20:36:48 +03:00
parent 3f57b2453b
commit da54c871df
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ export function getveDelegation(id: string): VeDelegation {
veDelegation.receiver = ''
veDelegation.delegator = ''
veDelegation.block = 0
veDelegation.timestamp = 0
veDelegation.save()
}
return veDelegation