On Wed, 10 Mar 2021 at 11:20, Lloyd Fournier wrote: > Hi Andrew & all, > > I've been working with PSBTs for a little while now. FWIW I agree with the > change of removing the global tx and having the input/output data stored > together in the new unified structures. > > One thing I've been wondering about is how output descriptors could fit > into PSBTs. They are useful since they allow you to determine the maximum > satisfaction weight for inputs so you can properly align fees as things get > added. I haven't seen any discussion about including them in this revision. > Is it simply a matter of time before they make it into a subsequent PSBT > spec or is there something I'm missing conceptually? > Sipa replied to me off list some time ago and explained what I was missing. PSBTs have all the information you could want from a descriptor already. For example the maximum satisfaction weight can be determined from the witness/redeem script (I had forgot these fields existed). Therefore descriptors are more useful in higher level applications while PSBTs are useful for communicating with signing devices. Therefore there is no reason for PSBTs to support descriptors. LL