mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 01:41:03 +00:00
Backoff on connection-unrelated errors (#178)
* backoff on connection-unrelated errors * cargo fmt --all * Fix some typos Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
This commit is contained in:
committed by
Bastian Köcher
parent
8fd0a4688f
commit
1cd7be9214
@@ -10,6 +10,7 @@ ansi_term = "0.12"
|
||||
async-std = "=1.5.0"
|
||||
async-stream = "0.2.0"
|
||||
async-trait = "0.1.36"
|
||||
backoff = "0.1"
|
||||
clap = { version = "2.33.1", features = ["yaml"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
env_logger = "0.7.0"
|
||||
|
||||
Reference in New Issue
Block a user