chore: unify more tx signed fns (#12883)

This commit is contained in:
Matthias Seitz
2024-11-26 17:21:52 +01:00
committed by GitHub
parent 6bba5e6630
commit ebf837e6e8
5 changed files with 9 additions and 16 deletions

View File

@ -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;
}