summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--impls/monero.dart/lib/monero.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/impls/monero.dart/lib/monero.dart b/impls/monero.dart/lib/monero.dart
index 7f6879c..a1f95f5 100644
--- a/impls/monero.dart/lib/monero.dart
+++ b/impls/monero.dart/lib/monero.dart
@@ -87,7 +87,7 @@ String libPath = (() {
if (Platform.isMacOS) return 'monero_wallet2_api_c.dylib';
if (Platform.isIOS) return 'MoneroWallet.framework/MoneroWallet';
if (Platform.isAndroid) return 'libmonero_wallet2_api_c.so';
- return 'monero_wallet2_api_c.so';
+ return 'libmonero_wallet2_api_c.so';
})();
Map<String, List<int>> debugCallLength = {};