We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 990226a + 9e2271c commit 434c6e8Copy full SHA for 434c6e8
1 file changed
src/drain.rs
@@ -9,7 +9,7 @@ use crate::{varint_size, FeeRate, TR_KEYSPEND_TXIN_WEIGHT, TR_SPK_WEIGHT, TXOUT_
9
pub struct DrainWeights {
10
/// The weight of including this drain output.
11
///
12
- /// This must take into account the weight change from varint output count.
+ /// This must not take into account any weight change from varint output count.
13
pub output_weight: u32,
14
/// The weight of spending this drain output (in the future).
15
pub spend_weight: u32,
0 commit comments