Removing dangling comment

This commit is contained in:
Tomasz Drwięga 2016-02-23 18:51:18 +01:00
parent 990c5c8faa
commit 4084acd869
1 changed files with 0 additions and 1 deletions

View File

@ -467,7 +467,6 @@ impl BlockChainClient for Client {
return Err(ImportError::UnknownParent);
}
self.block_queue.write().unwrap().import_block(bytes)
// TODO [ToDr] remove transactions
}
fn queue_info(&self) -> BlockQueueInfo {