Merge pull request #1347 from rphmeier/reserved-peers

Reserved peers, reserved-only flag
This commit is contained in:
Marek Kotewicz
2016-06-20 14:03:47 +02:00
committed by GitHub
5 changed files with 75 additions and 25 deletions

View File

@@ -74,5 +74,4 @@ impl<M> EthcoreSet for EthcoreSetClient<M> where M: MinerService + 'static {
to_value(&true)
})
}
}