Update lib.rs

This commit is contained in:
Gav Wood 2016-03-12 10:37:27 +01:00
parent 3ea52c2324
commit 9424d53062

View File

@ -88,7 +88,7 @@ pub trait MinerService : Send + Sync {
/// Removes all transactions from the queue and restart mining operation.
fn clear_and_reset(&self, chain: &BlockChainClient);
/// called when blocks are imported to chain, updates transactions queue.
/// Called when blocks are imported to chain, updates transactions queue.
fn chain_new_blocks(&self, chain: &BlockChainClient, good: &[H256], bad: &[H256], retracted: &[H256]);
/// New chain head event. Restart mining operation.