Skip to content

Commit 599f16b

Browse files
committed
Fix format
1 parent adc8a33 commit 599f16b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/payments/p2tr.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ function p2tr(a, opts) {
3131
internalPubkey: types_1.typeforce.maybe(types_1.typeforce.BufferN(32)),
3232
hash: types_1.typeforce.maybe(types_1.typeforce.BufferN(32)),
3333
pubkey: types_1.typeforce.maybe(types_1.typeforce.BufferN(32)),
34-
signature: types_1.typeforce.maybe(types_1.typeforce.anyOf[types_1.typeforce.BufferN(64), types_1.typeforce.BufferN(65)]),
34+
signature: types_1.typeforce.maybe(
35+
types_1.typeforce.anyOf[
36+
(types_1.typeforce.BufferN(64), types_1.typeforce.BufferN(65))
37+
],
38+
),
3539
witness: types_1.typeforce.maybe(
3640
types_1.typeforce.arrayOf(types_1.typeforce.Buffer),
3741
),

0 commit comments

Comments
 (0)