mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +00:00
req/resp: use IfDisconnected::ImmediateError (#4253)
* req/resp: use IfDisconnected::ImmediateError * remove outdated comments * fmt
This commit is contained in:
@@ -216,7 +216,7 @@ impl TestState {
|
||||
match msg {
|
||||
AllMessages::NetworkBridge(NetworkBridgeMessage::SendRequests(
|
||||
reqs,
|
||||
IfDisconnected::TryConnect,
|
||||
IfDisconnected::ImmediateError,
|
||||
)) => {
|
||||
for req in reqs {
|
||||
// Forward requests:
|
||||
|
||||
Reference in New Issue
Block a user