mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
Map finality timeout to Dropped instead of Invalid (#1953)
This commit is contained in:
Generated
+1
@@ -2415,6 +2415,7 @@ version = "0.39.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"cfg_aliases",
|
||||
"frame-decode",
|
||||
"frame-metadata 20.0.0",
|
||||
"futures",
|
||||
"hex",
|
||||
|
||||
@@ -382,7 +382,7 @@ impl<T: Config + Send + Sync + 'static> Backend<T> for LegacyBackend<T> {
|
||||
}
|
||||
// These 5 mean that the stream will very likely end:
|
||||
RpcTransactionStatus::FinalityTimeout(_) => {
|
||||
Some(TransactionStatus::Invalid {
|
||||
Some(TransactionStatus::Dropped {
|
||||
message: "Finality timeout".into(),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user