vulpemventures / ocean

:ocean: Elements/Liquid wallet daemon
MIT License
5 stars 7 forks source link

Refactor pkg/wallet & Fix tx size estimation #36

Closed altafan closed 1 year ago

altafan commented 1 year ago

This refactors pkg/wallet in order to isolate only those functions strictly related to singlesig wallet, while making others available as global functions.

This also introduces the tx size/fee estimation in order to increase the accuracy in case of p2sh/p2wsh inputs.