Remove an early reference to reverse direction
This commit is contained in:
parent
5a1deb1865
commit
c206404377
|
@ -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))]
|
||||
|
|
Loading…
Reference in New Issue