mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-23 03:59:31 +00:00
fix typo
This commit is contained in:
parent
8cff481227
commit
4af0f896b0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue