From 9b0bd9cd67a30e98eec7cb2145cc6e30f92804e5 Mon Sep 17 00:00:00 2001 From: weiihann Date: Thu, 17 Oct 2024 13:33:10 +0800 Subject: [PATCH] minor chore --- cmd/juno/dbcmd.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cmd/juno/dbcmd.go b/cmd/juno/dbcmd.go index bebcda89f..2fca9c399 100644 --- a/cmd/juno/dbcmd.go +++ b/cmd/juno/dbcmd.go @@ -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()},