remote-externalities: retry for get_keys (#14167)

* retry get keys request

* remove redundant clone

* remove redundant at
This commit is contained in:
Liam Aharon
2023-05-20 05:26:52 +10:00
committed by GitHub
parent 4624856e3e
commit 5100a0376e
3 changed files with 42 additions and 17 deletions
@@ -26,6 +26,7 @@ futures = "0.3"
async-recursion = "1.0.4"
indicatif = "0.17.3"
spinners = "4.1.0"
tokio-retry = "0.3.0"
[dev-dependencies]
frame-support = { version = "4.0.0-dev", path = "../../../frame/support" }