File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,15 @@ notifications were sent previously before the v0.19 release, but had been
121
121
broken since that release (bug
122
122
#18325 ).
123
123
124
+ PSBT changes
125
+ ------------
126
+
127
+ PSBTs will contain both the non-witness utxo and the witness utxo for segwit
128
+ inputs in order to restore compatibility with wallet software that are now
129
+ requiring the full previous transaction for segwit inputs. The witness utxo
130
+ is still provided to maintain compatibility with software which relied on its
131
+ existence to determine whether an input was segwit.
132
+
124
133
0.20.1 change log
125
134
=================
126
135
@@ -141,6 +150,7 @@ broken since that release (bug
141
150
142
151
- #19524 Increment input value sum only once per UTXO in decodepsbt (fanquake)
143
152
- #19517 psbt: Increment input value sum only once per UTXO in decodepsbt (achow101)
153
+ - #19215 psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs (achow101)
144
154
145
155
### GUI
146
156
You can’t perform that action at this time.
0 commit comments