Leverage sync state to accept txhashset (#1251)

Fixes #1246
This commit is contained in:
Ignotus Peverell
2018-07-12 17:06:52 +01:00
committed by GitHub
parent bacadfb5ab
commit bdfd5405c0
6 changed files with 26 additions and 2 deletions
+4
View File
@@ -428,6 +428,10 @@ impl ChainAdapter for TrackingAdapter {
self.adapter.txhashset_read(h)
}
fn txhashset_receive_ready(&self) -> bool {
self.adapter.txhashset_receive_ready()
}
fn txhashset_write(
&self,
h: Hash,