mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 12:07:57 +00:00
sync: don't return on fork tree revert (#3444)
This commit is contained in:
@@ -146,7 +146,6 @@ impl<B: BlockT> ExtraRequests<B> {
|
||||
Err(fork_tree::Error::Revert) => {
|
||||
// we might have finalized further already in which case we
|
||||
// will get a `Revert` error which we can safely ignore.
|
||||
return Ok(());
|
||||
},
|
||||
Err(err) => return Err(err),
|
||||
Ok(_) => {},
|
||||
|
||||
Reference in New Issue
Block a user