Fix broken doc comments (#151)

This commit is contained in:
rakita
2020-12-09 12:43:32 +01:00
committed by draganrakita
parent 8f794afdb5
commit 1bce9fa76d
7 changed files with 10 additions and 10 deletions

View File

@@ -1476,7 +1476,7 @@ impl BlockChain {
}
}
// t_nb 9.12 commit changed to become current greatest by applying pending insertion updates
/// t_nb 9.12 commit changed to become current greatest by applying pending insertion updates
pub fn commit(&self) {
let mut pending_best_ancient_block = self.pending_best_ancient_block.write();
let mut pending_best_block = self.pending_best_block.write();