You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the app on Android (emulator or device), the LDK bindings are missing and the LN node operations crash with an error like this:
fail: BTCPayApp.Core.Wallet.LightningNodeManager[0]
Error while starting lightning node
System.TypeInitializationException: The type initializer for 'org.ldk.impl.bindings' threw an exception.
---> System.DllNotFoundException: ldkcsharp
at org.ldk.impl.bindings..cctor()
--- End of inner exception stack trace ---
at org.ldk.structs.FeeEstimator.new_impl(FeeEstimatorInterface arg)
at BTCPayApp.Core.LDK.LDKExtensions.<>c.<AddLDK>b__5_24(IServiceProvider provider)
The text was updated successfully, but these errors were encountered:
When running the app on Android (emulator or device), the LDK bindings are missing and the LN node operations crash with an error like this:
The text was updated successfully, but these errors were encountered: