vulpemventures / go-elements

Go support for Liquid/Elements transactions
MIT License
27 stars 12 forks source link

Hotfix unsafe usage of input prevout #225

Closed altafan closed 8 months ago

altafan commented 8 months ago

This makes the input.GetUtxo() api safe and fixes the unsafe usage that was made of it until now.

Please @tiero review