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

Seed bytes generated with bdk-flutter not compatible with ldk-node-flutter seed bytes #7

Open kumulynja opened 1 year ago

kumulynja commented 1 year ago

The conversion that is currently done in the seed repository function toLightningSeed is giving an error when trying to set the seed bytes as the entropy of the ldk node, the size of the bytes differ.