fix: remove tablewriter and correct stats output

This commit is contained in:
Tinu280 2025-11-19 15:30:10 +07:00
parent 177c86ef83
commit b863a94dce

View file

@ -41,7 +41,6 @@ import (
"github.com/ethereum/go-ethereum/rlp" "github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/trie" "github.com/ethereum/go-ethereum/trie"
"github.com/ethereum/go-ethereum/triedb" "github.com/ethereum/go-ethereum/triedb"
"github.com/olekukonko/tablewriter"
"github.com/urfave/cli/v2" "github.com/urfave/cli/v2"
) )