Skip to content

Commit

Permalink
allow to revert finalized blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Jun 20, 2023
1 parent fadc3ac commit a47ab5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/service/src/chain_ops/revert_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ where
C: UsageProvider<B>,
BA: Backend<B>,
{
let reverted = backend.revert(blocks, false)?;
let reverted = backend.revert(blocks, true)?;
let info = client.usage_info().chain;

if reverted.0.is_zero() {
Expand Down

0 comments on commit a47ab5c

Please sign in to comment.