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