We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After inserting mnemonic I get this error:
E/flutter (17326): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'librust_ldk_node.so': dlopen failed: cannot locate symbol "ERR_lib_error_string" referenced by "/data/app/~~SbbBQ70lVDnjUiwMzhgRNQ==/io.ldk.qs.ldk_node_flutter_demo-CCJWdkxqsQCPIFntLgMvTg==/lib/arm64/librust_ldk_node.so"... E/flutter (17326): #0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:11:43) E/flutter (17326): #1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:22:12) E/flutter (17326): #2 dylib (package:ldk_node/src/utils/loader.dart:10:26) E/flutter (17326): #3 dylib (package:ldk_node/src/utils/loader.dart) E/flutter (17326): #4 loaderApi (package:ldk_node/src/utils/loader.dart:11:45) E/flutter (17326): #5 loaderApi (package:ldk_node/src/utils/loader.dart) E/flutter (17326): #6 Builder.build (package:ldk_node/src/root.dart:616:25) E/flutter (17326): #7 _HomeState.buildNode (package:ldk_node_flutter_demo/screens/home.dart:49:29) E/flutter (17326): <asynchronous suspension> E/flutter (17326): #8 _HomeState.build.<anonymous closure> (package:ldk_node_flutter_demo/screens/home.dart:188:23) E/flutter (17326): <asynchronous suspension> E/flutter (17326): #9 _MnemonicWidgetState.build.<anonymous closure> (package:ldk_node_flutter_demo/widgets/widgets.dart:356:21) E/flutter (17326): <asynchronous suspension> E/flutter (17326): D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After inserting mnemonic I get this error:
The text was updated successfully, but these errors were encountered: