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> {
319319 /// for i in 0..transaction.input.len() {
320320 /// assert_eq!(
321321 /// 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()
323323 /// );
324324 /// }
325325 /// ```
@@ -330,7 +330,7 @@ impl<Pk: MiniscriptKey> Descriptor<Pk> {
330330 /// for i in 0..transaction.input.len() {
331331 /// assert_eq!(
332332 /// 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()
334334 /// );
335335 /// }
336336 /// ```
You can’t perform that action at this time.
0 commit comments