Sjors / libwally-swift

Swift wrapper for LibWally, a collection of useful primitives for cryptocurrency wallets
MIT License
40 stars 18 forks source link

`PSBT.input.origins` returns nil for a complete psbt #46

Closed Fonta1n3 closed 2 years ago

Fonta1n3 commented 3 years ago

Just wondering how I may access the origins info on the inputs of a completed psbt? It seems once fully signed the origins info always returns nil.

Sjors commented 3 years ago

How does libwally upstream behave in that regard?

Sjors commented 2 years ago

I need for information for this, e.g. an example (failing) test case.