Skip to content

Commit b6361d2

Browse files
committed
Fix typo in src/pset/mod.rs
1 parent e43213a commit b6361d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pset/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ impl PartiallySignedTransaction {
553553
// Push the scalar
554554
// BUG in pset
555555
// Bug in Pset, scalars can be the same value, but there is no place
556-
// in pset to place them as it would break the uniqueness constriant.
556+
// in pset to place them as it would break the uniqueness constraint.
557557
self.global.scalars.push(vbf2.into_inner());
558558
Ok(ret)
559559
}

0 commit comments

Comments
 (0)