File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class Psbt {
76
76
// behavior to not require the previous transaction and instead
77
77
// use a witnessUtxo.
78
78
__UNSAFE_SIGN_NONSEGWIT : true ,
79
- __WARN_UNSAFE_SIGN_NONSEGWIT : true ,
79
+ __WARN_UNSAFE_SIGN_NONSEGWIT : false ,
80
80
__TX_FROM_BUFFER : buf =>
81
81
this . constructor . transactionFromBuffer ( buf , this . opts . network ) ,
82
82
} ;
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export class Psbt {
150
150
// behavior to not require the previous transaction and instead
151
151
// use a witnessUtxo.
152
152
__UNSAFE_SIGN_NONSEGWIT : true ,
153
- __WARN_UNSAFE_SIGN_NONSEGWIT : true ,
153
+ __WARN_UNSAFE_SIGN_NONSEGWIT : false ,
154
154
__TX_FROM_BUFFER : buf =>
155
155
( this . constructor as typeof Psbt ) . transactionFromBuffer (
156
156
buf ,
You can’t perform that action at this time.
0 commit comments