Update p2p/dandelion-tower/src/pool/incoming_tx.rs

Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
This commit is contained in:
Boog900 2024-08-22 00:20:11 +01:00 committed by GitHub
parent 82ae98b4e3
commit ca8ac91f22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ pub struct IncomingTxBuilder<const RS: bool, const DBS: bool, Tx, TxId, PId> {
}
impl<Tx, TxId, PId> IncomingTxBuilder<false, false, Tx, TxId, PId> {
/// Crates a new [`IncomingTxBuilder`].
/// Creates a new [`IncomingTxBuilder`].
pub fn new(tx: Tx, tx_id: TxId) -> Self {
Self {
tx,