Skip to content

Commit 6546b77

Browse files
committed
Remove stale comments
The two fields this comment references are not `Option` type. This comment seems to be stale.
1 parent 12641b9 commit 6546b77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/wallet/tx_builder.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ impl TxBuilderContext for BumpFee {}
119119
#[derive(Debug)]
120120
pub struct TxBuilder<'a, B, D, Cs, Ctx> {
121121
pub(crate) wallet: &'a Wallet<B, D>,
122-
// params and coin_selection are Options not becasue they are optionally set (they are always
123-
// there) but because `.finish()` uses `Option::take` to get an owned value from a &mut self.
124-
// They are only `None` after `.finish()` is called.
125122
pub(crate) params: TxParams,
126123
pub(crate) coin_selection: Cs,
127124
pub(crate) phantom: PhantomData<Ctx>,

0 commit comments

Comments
 (0)