diff --git a/ledger/src/blockstore.rs b/ledger/src/blockstore.rs index 5140afd147..81892338d0 100644 --- a/ledger/src/blockstore.rs +++ b/ledger/src/blockstore.rs @@ -3108,7 +3108,7 @@ impl Blockstore { return Ok(()); } trace!("{:?}", chunk); - self.set_roots(&roots_to_fix)?; + self.set_roots(chunk)?; } } else { debug!(