Commit c221990
feat(psbt): disable unsafe non-segwit sign warning by default
Set __WARN_UNSAFE_SIGN_NONSEGWIT to false by default to prevent
unnecessary warnings when signing non-segwit inputs.
Issue: BTC-2285
Co-authored-by: llm-git <llm-git@ttll.de>1 parent 5a9fd4c commit c221990
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments