Skip to content

Commit

Permalink
more query fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Mar 4, 2024
1 parent e6de09f commit 9ba5592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/db/mongodb/collections/outputs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,9 @@ impl OutputCollection {
"commitment_id_included": "$metadata.commitment_id_included",
"output": "$output",
},
"spent_metadata": "$metadata.spent_metadata",
"commitment_id_spent": "$metadata.spent_metadata.commitment_id_spent",
"transaction_id_spent": "$metadata.spent_metadata.transaction_id_spent",
"slot_spent": "$metadata.spent_metadata.slot_spent",
} },
],
None,
Expand Down

0 comments on commit 9ba5592

Please sign in to comment.