From aa7d5851b3a55d587f367b88c78cb0797ae1ba45 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Thu, 5 Mar 2026 14:49:53 +0100 Subject: [PATCH] Added missing creator options --- cmd/query/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/query/main.go b/cmd/query/main.go index d32ee33..7e50345 100644 --- a/cmd/query/main.go +++ b/cmd/query/main.go @@ -65,6 +65,7 @@ func main() { Attributes: true, SyntheticAttributes: true, Expiration: true, + Creator: true, Owner: true, CreatedAtBlock: true, LastModifiedAtBlock: true,