Skip to content

Commit

Permalink
fix output query
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Mar 4, 2024
1 parent db2e122 commit e6de09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/db/mongodb/collections/outputs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,9 @@ impl OutputCollection {
"output": {
"output_id": "$_id",
"block_id": "$metadata.block_id",
"booked": "$metadata.booked",
"slot_booked": "$metadata.slot_booked",
"commitment_id_included": "$metadata.commitment_id_included",
"output": "$output",
"rent_structure": "$details.rent_structure",
},
"spent_metadata": "$metadata.spent_metadata",
} },
Expand Down

0 comments on commit e6de09f

Please sign in to comment.