Trace comment on new block inclusion (#100)

This commit is contained in:
rakita
2020-12-02 11:31:11 +01:00
committed by draganrakita
parent bfb65140d2
commit f9f536cd08
26 changed files with 146 additions and 45 deletions

View File

@@ -1476,7 +1476,7 @@ impl BlockChain {
}
}
/// Apply 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();