From 4d9edd20089653d57cc053144540cf535d1ce98d Mon Sep 17 00:00:00 2001 From: Arijit Das Date: Thu, 2 Sep 2021 19:17:04 +0530 Subject: [PATCH] Minor change. --- pkg/graphql/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/graphql/schema.go b/pkg/graphql/schema.go index 4a534297..b70765ac 100644 --- a/pkg/graphql/schema.go +++ b/pkg/graphql/schema.go @@ -67,7 +67,7 @@ const schema string = ` # Transaction is the transaction that generated this log entry. transaction: Transaction - # CID for the Receipt IPLD block of leaf node. + # CID for the leaf node IPLD block of the log. cid: String! # ReceiptCID for the Receipt IPLD block this Log exists in.