mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: unify more tx signed fns (#12883)
This commit is contained in:
@ -2186,7 +2186,7 @@ mod tests {
|
||||
.await;
|
||||
|
||||
assert!(!pool.is_empty());
|
||||
assert!(pool.get(signed_tx.hash_ref()).is_some());
|
||||
assert!(pool.get(signed_tx.tx_hash()).is_some());
|
||||
handle.terminate().await;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user