Skip to content

Commit 5a6eeef

Browse files
achow101laanwj
authored andcommitted
Update 0.20.1 release notes with psbt changes
1 parent 76e3a2e commit 5a6eeef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_releases/0.20.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@ notifications were sent previously before the v0.19 release, but had been
121121
broken since that release (bug
122122
#18325).
123123

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+
124133
0.20.1 change log
125134
=================
126135

@@ -141,6 +150,7 @@ broken since that release (bug
141150

142151
- #19524 Increment input value sum only once per UTXO in decodepsbt (fanquake)
143152
- #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)
144154

145155
### GUI
146156

0 commit comments

Comments
 (0)