We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5f3c94 + c221990 commit 282703bCopy full SHA for 282703b
2 files changed
src/psbt.js
@@ -76,7 +76,7 @@ class Psbt {
76
// behavior to not require the previous transaction and instead
77
// use a witnessUtxo.
78
__UNSAFE_SIGN_NONSEGWIT: true,
79
- __WARN_UNSAFE_SIGN_NONSEGWIT: true,
+ __WARN_UNSAFE_SIGN_NONSEGWIT: false,
80
__TX_FROM_BUFFER: buf =>
81
this.constructor.transactionFromBuffer(buf, this.opts.network),
82
};
ts_src/psbt.ts
@@ -150,7 +150,7 @@ export class Psbt {
150
151
152
153
154
155
(this.constructor as typeof Psbt).transactionFromBuffer(
156
buf,
0 commit comments