125 -> 69.

This commit is contained in:
Gav Wood
2016-12-15 22:05:54 +01:00
parent 5bab14e0c0
commit ca0d87da10
5 changed files with 5 additions and 14 deletions

View File

@@ -933,6 +933,7 @@ impl BlockChainClient for Client {
fn disable(&self) {
self.set_mode(IpcMode::Off);
self.enabled.store(false, AtomicOrdering::Relaxed);
self.clear_queue();
}
fn set_mode(&self, new_mode: IpcMode) {

View File

@@ -265,7 +265,7 @@ pub trait BlockChainClient : Sync + Send {
/// Returns engine-related extra info for `BlockId`.
fn block_extra_info(&self, id: BlockId) -> Option<BTreeMap<String, String>>;
/// Returns engine-related extra info for `UncleID`.
/// Returns engine-related extra info for `UncleId`.
fn uncle_extra_info(&self, id: UncleId) -> Option<BTreeMap<String, String>>;
/// Returns information about pruning/data availability.