kumulynja / ldk_node_flutter_demo

App to demonstrate how ldk_node in Flutter can be used to create a Lightning wallet app
12 stars 4 forks source link

fix setting entropy with new ldk-node version #8

Closed kumulynja closed 1 year ago

kumulynja commented 1 year ago

Setting the entropy with a mnemonic or seed bytes did not work with the previous ldk node version, now it does with v0.1.1 hich is included here. Also bdk-flutter is updated to be compatible.