Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop converting
Message::Inv(TxId+)
into Request::TransactionsById
(
#2660) `Message::Inv(TxId+)` is a transaction advertisement, so it should be converted into `Request::AdvertiseTransactionIds`. This is a copy-paste mistake from the original zebra-network implementation.
- Loading branch information