Zebra/zebra-network
Deirdre Connolly 189d89a7fc Handle 'mempool' messages as 'GetMempool' requests
With a 'Transactions' response that gets turned into an 'Inv(Vec<InventoryHash::Tx>)' message.

We don't yet handle a response from our peer for a 'mempool', which will have to be
a more generic 'Inv' type because we might receive transaction hashes we don't know about yet.

Pertains to #26
2019-11-18 15:55:25 -05:00
..
src Handle 'mempool' messages as 'GetMempool' requests 2019-11-18 15:55:25 -05:00
Cargo.toml Fix merge artifacts in Cargo.toml 2019-10-17 09:33:10 -07:00