Use connection cache in send transaction (#23712) (#23900)

Use connection cache in send transaction (#23712)
This commit is contained in:
Lijun Wang
2022-03-24 13:24:57 -07:00
committed by GitHub
parent f0c5962817
commit 821261a2d1
4 changed files with 25 additions and 38 deletions

View File

@ -3761,6 +3761,8 @@ version = "1.10.4"
dependencies = [
"crossbeam-channel",
"log",
"solana-client",
"solana-measure",
"solana-metrics",
"solana-runtime",
"solana-sdk",