mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
Update p2p/dandelion-tower/src/pool/incoming_tx.rs
Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
This commit is contained in:
parent
82ae98b4e3
commit
ca8ac91f22
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue