Updating fraction amount

This commit is contained in:
Jamie Hewitt 2023-03-22 15:53:54 +03:00
parent 03ac1bb335
commit 8234e7bd1d
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ type VeDelegation @entity {
receiver: VeOCEAN!
tokenId: BigInt!
amount: BigInt!
amountFraction: BigDecimal!
# amountFraction: BigDecimal!
cancelTime: BigInt!
expireTime: BigInt!
block: Int!