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