Add total accounts stats to ledger-tool accounts (#21187)

This commit is contained in:
Brooks Prumo
2021-11-08 14:45:30 -06:00
committed by GitHub
parent 5827cf4c51
commit 6f3c27f1da
3 changed files with 31 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ solana-core = { path = "../core", version = "=1.9.0" }
solana-entry = { path = "../entry", version = "=1.9.0" }
solana-ledger = { path = "../ledger", version = "=1.9.0" }
solana-logger = { path = "../logger", version = "=1.9.0" }
solana-measure = { path = "../measure", version = "=1.9.0" }
solana-runtime = { path = "../runtime", version = "=1.9.0" }
solana-sdk = { path = "../sdk", version = "=1.9.0" }
solana-stake-program = { path = "../programs/stake", version = "=1.9.0" }