From 0aadd62b3982ac4acacf3b8d83ed4aff9404f47d Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 12 Mar 2026 16:54:34 +0100 Subject: fix: import --- impls/monero.dart/lib/monero.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impls/monero.dart') 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> debugCallLength = {}; -- cgit v1.2.3