Skip to content

Commit 5908f9d

Browse files
authored
Fix typo in transaction spec (#121)
1 parent d168341 commit 5908f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/transaction.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe.skip('liquidjs-lib (transactions with psbt)', () => {
120120
'hex',
121121
),
122122
];
123-
const bliningPubkeys = [''].map(
123+
const blindingPubkeys = [''].map(
124124
() => ECPair.makeRandom({ network: regtest }).publicKey,
125125
);
126126

@@ -154,7 +154,7 @@ describe.skip('liquidjs-lib (transactions with psbt)', () => {
154154
psbt.blindOutputs(
155155
Psbt.ECCKeysGenerator(ecc),
156156
blindingPrivkeys,
157-
bliningPubkeys,
157+
blindingPubkeys,
158158
);
159159
psbt.signInput(0, bob);
160160
psbt.validateSignaturesOfInput(0, Psbt.ECDSASigValidator(ecc));

0 commit comments

Comments
 (0)