Skip to content
Snippets Groups Projects
Commit 6876c50a authored by André Silva's avatar André Silva Committed by Gavin Wood
Browse files

sync: don't return on fork tree revert (#3444)

parent 320fb38a
Branches
......@@ -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(_) => {},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment