We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43213a commit b6361d2Copy full SHA for b6361d2
src/pset/mod.rs
@@ -553,7 +553,7 @@ impl PartiallySignedTransaction {
553
// Push the scalar
554
// BUG in pset
555
// 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.
+ // in pset to place them as it would break the uniqueness constraint.
557
self.global.scalars.push(vbf2.into_inner());
558
Ok(ret)
559
}
0 commit comments