pub fn buffer_hash_to_tx_fetcher(
tx_fetcher: &mut TransactionFetcher,
hash: TxHash,
peer_id: PeerId,
retries: u8,
tx_encoded_length: Option<usize>,
)
Available on crate feature
test-utils
only.Expand description
Directly buffer hahs into tx fetcher for testing.