Skip to content

Commit 434c6e8

Browse files
authored
Merge pull request #25 from jp1ac4/update-drainweights-docs
docs: fix varint comment for `DrainWeights`
2 parents 990226a + 9e2271c commit 434c6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::{varint_size, FeeRate, TR_KEYSPEND_TXIN_WEIGHT, TR_SPK_WEIGHT, TXOUT_
99
pub struct DrainWeights {
1010
/// The weight of including this drain output.
1111
///
12-
/// This must take into account the weight change from varint output count.
12+
/// This must not take into account any weight change from varint output count.
1313
pub output_weight: u32,
1414
/// The weight of spending this drain output (in the future).
1515
pub spend_weight: u32,

0 commit comments

Comments
 (0)