vulpemventures / ldk

Liquid Development Kit provides abstractions to speed-up implementation of elements-based wallets for browsers and NodeJS
MIT License
9 stars 11 forks source link

[HOTFIX] UnblindTransaction #137

Closed louisinger closed 2 years ago

louisinger commented 2 years ago

This PR fixes the unblindTransaction function (exported & used by updaters). The function skipped the prevouts unblinding due to bad use of isConfidentialOutput <- passing the prevout there fix it.

BONUS: fix #136

@tiero @Janaka-Steph please review