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 {
7676 // behavior to not require the previous transaction and instead
7777 // use a witnessUtxo.
7878 __UNSAFE_SIGN_NONSEGWIT : true ,
79- __WARN_UNSAFE_SIGN_NONSEGWIT : true ,
79+ __WARN_UNSAFE_SIGN_NONSEGWIT : false ,
8080 __TX_FROM_BUFFER : buf =>
8181 this . constructor . transactionFromBuffer ( buf , this . opts . network ) ,
8282 } ;
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export class Psbt {
150150 // behavior to not require the previous transaction and instead
151151 // use a witnessUtxo.
152152 __UNSAFE_SIGN_NONSEGWIT : true ,
153- __WARN_UNSAFE_SIGN_NONSEGWIT : true ,
153+ __WARN_UNSAFE_SIGN_NONSEGWIT : false ,
154154 __TX_FROM_BUFFER : buf =>
155155 ( this . constructor as typeof Psbt ) . transactionFromBuffer (
156156 buf ,
You can’t perform that action at this time.
0 commit comments