Refactor code to get block signatures in get_confirmed_signatures_for_address2 (#20575)

* Refactor get_confirmed_signatures_for_address2

* Move blockstore benches to ledger where they belong
This commit is contained in:
sakridge
2021-10-13 00:55:19 -07:00
committed by GitHub
parent 1d813ea078
commit 09e7782d76
4 changed files with 34 additions and 55 deletions

View File

@@ -80,5 +80,8 @@ name = "solana_ledger"
[[bench]]
name = "sigverify_shreds"
[[bench]]
name = "blockstore"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]