File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ impl<Pk: MiniscriptKey> Descriptor<Pk> {
319
319
/// for i in 0..transaction.input.len() {
320
320
/// assert_eq!(
321
321
/// descriptor_for_input[i].max_weight_to_satisfy(),
322
- /// transaction.input[i].segwit_weight() - Txin ::default().segwit_weight()
322
+ /// transaction.input[i].segwit_weight() - TxIn ::default().segwit_weight()
323
323
/// );
324
324
/// }
325
325
/// ```
@@ -330,7 +330,7 @@ impl<Pk: MiniscriptKey> Descriptor<Pk> {
330
330
/// for i in 0..transaction.input.len() {
331
331
/// assert_eq!(
332
332
/// descriptor_for_input[i].max_weight_to_satisfy(),
333
- /// transaction.input[i].legacy_weight() - Txin ::default().legacy_weight()
333
+ /// transaction.input[i].legacy_weight() - TxIn ::default().legacy_weight()
334
334
/// );
335
335
/// }
336
336
/// ```
You can’t perform that action at this time.
0 commit comments