tx pool lookup for kernel short ids (compact block hydration) (#710)
* wip - basic tx pool lookup for kernel short ids (compact block hydration) * use the nonce in the compact_block to correctly generate short_ids for lookup * query the tx pool based on kernel short_ids * tests passing * cleanup some logging * cleanup logging
This commit is contained in:
+1
-2
@@ -153,7 +153,7 @@ impl Server {
|
||||
Ok(added)
|
||||
}
|
||||
Err(e) => {
|
||||
debug!(LOGGER, "Couldn not connect to {}: {:?}", addr, e);
|
||||
debug!(LOGGER, "Could not connect to {}: {:?}", addr, e);
|
||||
Err(Error::Connection(e))
|
||||
}
|
||||
}
|
||||
@@ -235,4 +235,3 @@ impl NetAdapter for DummyAdapter {
|
||||
fn peer_addrs_received(&self, _: Vec<SocketAddr>) {}
|
||||
fn peer_difficulty(&self, _: SocketAddr, _: Difficulty, _:u64) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user