Skip to content

Commit

Permalink
minor chore
Browse files Browse the repository at this point in the history
  • Loading branch information
weiihann committed Oct 17, 2024
1 parent 8bb84f0 commit 9b0bd9c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmd/juno/dbcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,7 @@ func dbSize(cmd *cobra.Command, args []string) error {
{"ChainHeight", chainHeightItem.Size(), chainHeightItem.Count()},
{"BlockHeaderNumbersByHash", blockHeaderNumbersByHashItem.Size(), blockHeaderNumbersByHashItem.Count()},
{"BlockHeadersByNumber", blockHeadersByNumberItem.Size(), blockHeadersByNumberItem.Count()},
{
"TransactionBlockNumbersAndIndicesByHash",
txBlockNumAndIndByHashItem.Size(), txBlockNumAndIndByHashItem.Count(),
},
{"TransactionBlockNumbersAndIndicesByHash", txBlockNumAndIndByHashItem.Size(), txBlockNumAndIndByHashItem.Count()},
{"TransactionsByBlockNumberAndIndex", txByBlockNumAndIndexItem.Size(), txByBlockNumAndIndexItem.Count()},
{"ReceiptsByBlockNumberAndIndex", receiptsByBlockNumberAndIndexItem.Size(), receiptsByBlockNumberAndIndexItem.Count()},
{"StateUpdatesByBlockNumber", stateUpdatesByBlockNumberItem.Size(), stateUpdatesByBlockNumberItem.Count()},
Expand Down

0 comments on commit 9b0bd9c

Please sign in to comment.