There was an error while loading. Please reload this page.
1 parent f2fd5c5 commit 04f2f10Copy full SHA for 04f2f10
1 file changed
internal/blocks/blocks.go
@@ -64,7 +64,7 @@ func (r *blockResult) JSON() any {
64
collection["id"] = guarantee.CollectionID.String()
65
collections = append(collections, collection)
66
}
67
- result["collections"] = collections
+ result["collection"] = collections
68
69
// Add transaction details if requested
70
if command.ContainsFlag(r.included, "transactions") && len(r.transactions) > 0 {
0 commit comments