This commit is contained in:
Boog900 2024-10-03 21:39:18 +01:00
parent 8cff481227
commit 4af0f896b0
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -300,7 +300,7 @@ impl super::BlockchainManager {
/// ///
/// This function will take a write lock on [`REORG_LOCK`] and then set up the blockchain database /// This function will take a write lock on [`REORG_LOCK`] and then set up the blockchain database
/// and context cache to verify the alt-chain. It will then attempt to verify and add each block /// and context cache to verify the alt-chain. It will then attempt to verify and add each block
/// in the alt-chain to tha main-chain. Releasing the lock on [`REORG_LOCK`] when finished. /// in the alt-chain to the main-chain. Releasing the lock on [`REORG_LOCK`] when finished.
/// ///
/// # Errors /// # Errors
/// ///