Skip to content

Commit a02230c

Browse files
Update crates/bdk/src/wallet/coin_selection.rs
Co-authored-by: ValuedMammal <[email protected]>
1 parent 9078957 commit a02230c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bdk/src/wallet/coin_selection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ mod test {
747747
use rand::seq::SliceRandom;
748748
use rand::{Rng, RngCore, SeedableRng};
749749

750-
// n. of items on witness (1WU) signature and sighash (72WU)
750+
// signature len (1WU) + signature and sighash (72WU)
751751
// + pubkey len (1WU) + pubkey (33WU)
752752
const P2WPKH_SATISFACTION_SIZE: usize = 1 + 72 + 1 + 33;
753753

0 commit comments

Comments
 (0)