Use connection cache in send transaction (#23712)

Use connection cache in send transaction (#23712)
This commit is contained in:
Lijun Wang
2022-03-21 23:24:21 -07:00
committed by GitHub
parent eb3df4c20e
commit 49228573f4
4 changed files with 25 additions and 38 deletions

View File

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