mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
committed by
Bastian Köcher
parent
207c09e7e1
commit
48425b27be
@@ -243,7 +243,7 @@ where
|
|||||||
P::SourceChain::NAME,
|
P::SourceChain::NAME,
|
||||||
e,
|
e,
|
||||||
);
|
);
|
||||||
return Err(FailedClient::Target)
|
return Err(FailedClient::Source)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -844,7 +844,7 @@ mod tests {
|
|||||||
None,
|
None,
|
||||||
futures::future::pending(),
|
futures::future::pending(),
|
||||||
)),
|
)),
|
||||||
Err(FailedClient::Target),
|
Err(FailedClient::Source),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user