mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add no-std support for eth-wire-types (#13577)
This commit is contained in:
@ -1498,8 +1498,7 @@ mod test {
|
||||
assert_ne!(hash, signed_tx_2.hash())
|
||||
}
|
||||
|
||||
let request_hashes =
|
||||
RequestTxHashes::new(request_hashes.into_iter().collect::<HashSet<_>>());
|
||||
let request_hashes = RequestTxHashes::new(request_hashes.into_iter().collect());
|
||||
|
||||
// but response contains tx 1 + another tx
|
||||
let response_txns = PooledTransactions(vec![signed_tx_1.clone(), signed_tx_2]);
|
||||
|
||||
Reference in New Issue
Block a user