vulpemventures / ocean

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

Move master blind key #54

Closed altafan closed 1 year ago

altafan commented 1 year ago

This just moves the master blinding key info from wallet to account scope to be compatible with multisig wallets where it is different for every multisig account.

No business logic changes with this.

Closes #53

NOTE: This drops python stubs because they're not part of the scope of this project.