Remove an early reference to reverse direction

This commit is contained in:
teor 2023-09-19 08:14:28 +10:00
parent 5a1deb1865
commit c206404377
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ use crate::service::finalized_state::{
/// Runs disk format upgrade for adding Sapling and Orchard note commitment subtrees to database.
///
/// Trees are added to the database in reverse height order, so that wallets can sync correctly
/// while the upgrade is running.
///
/// Returns `Ok` if the upgrade completed, and `Err` if it was cancelled.
#[allow(clippy::unwrap_in_result)]
#[instrument(skip(upgrade_db, cancel_receiver))]