Skip to content

Commit 04f2f10

Browse files
committed
restore previous keying
1 parent f2fd5c5 commit 04f2f10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/blocks/blocks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (r *blockResult) JSON() any {
6464
collection["id"] = guarantee.CollectionID.String()
6565
collections = append(collections, collection)
6666
}
67-
result["collections"] = collections
67+
result["collection"] = collections
6868

6969
// Add transaction details if requested
7070
if command.ContainsFlag(r.included, "transactions") && len(r.transactions) > 0 {

0 commit comments

Comments
 (0)