From c157cb82973b05d1226b39b4d8de0bec4aa10000 Mon Sep 17 00:00:00 2001 From: cyan Date: Mon, 16 Mar 2026 06:23:31 +0000 Subject: fix: import --- impls/monero.dart/lib/monero.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'impls/monero.dart') diff --git a/impls/monero.dart/lib/monero.dart b/impls/monero.dart/lib/monero.dart index a1f95f5..ce19d4e 100644 --- a/impls/monero.dart/lib/monero.dart +++ b/impls/monero.dart/lib/monero.dart @@ -83,8 +83,8 @@ typedef PendingTransaction = Pointer; MoneroC? lib; String libPath = (() { - if (Platform.isWindows) return 'monero_wallet2_api_c.dll'; - if (Platform.isMacOS) return 'monero_wallet2_api_c.dylib'; + if (Platform.isWindows) return 'libmonero_wallet2_api_c.dll'; + if (Platform.isMacOS) return 'libmonero_wallet2_api_c.dylib'; if (Platform.isIOS) return 'MoneroWallet.framework/MoneroWallet'; if (Platform.isAndroid) return 'libmonero_wallet2_api_c.so'; return 'libmonero_wallet2_api_c.so'; -- cgit v1.2.3