[block-ref-repair] rename rc's rc field to rc_table

This commit is contained in:
Alex Auvolat
2024-03-19 16:09:47 +01:00
parent dc0b78cdb8
commit 3165ab926c
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ impl Worker for RepairWorker {
for entry in self
.manager
.rc
.rc
.rc_table
.range::<&[u8], _>((start_bound, Bound::Unbounded))?
{
let (hash, _) = entry?;