minor change (#501)

This commit is contained in:
mihaisc 2022-07-26 08:42:17 -07:00 committed by GitHub
parent 3ced2e4179
commit 6572762639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ type Pool @entity {
id: ID!
"owner address, pool controller"
controller: String!
controller: String
"only finalized pools are relevant to us"
isFinalized: Boolean!