Skip to content

Commit be7d76e

Browse files
author
Nikita Khateev
committed
Remove excessive file read
Signed-off-by: Nikita Khateev <[email protected]>
1 parent 5797e4d commit be7d76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libindy/src/services/pool/catchup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ impl CatchupHandler {
289289
return Ok(CatchupStepResult::FailedAtNode(node_idx));
290290
}
291291

292+
self.merkle_tree = temp_mt.clone();
292293
PoolWorker::dump_new_txns(&self.pool_name, &vec_to_dump)?;
293-
self.merkle_tree = PoolWorker::restore_merkle_tree_from_pool_name(&self.pool_name)?;
294294

295295
process.merkle_tree = temp_mt;
296296
}

0 commit comments

Comments
 (0)