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

Setting entropy through a mnemonic is not working #6

Closed kumulynja closed 1 year ago

kumulynja commented 1 year ago

Seems like a problem with ldk_node, that does not set the entropy when calling the function to set a mnemonic as entropy source on a builder.

kumulynja commented 1 year ago

Fixed in https://github.com/kumulynja/ldk_node_flutter_demo/pull/8.