Adding comment

This commit is contained in:
Jamie Hewitt 2023-03-22 17:42:07 +03:00
parent dc21fcdf8d
commit e1fb5abe27
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!