diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-03-12 16:54:34 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-03-12 16:54:34 +0100 |
| commit | 0aadd62b3982ac4acacf3b8d83ed4aff9404f47d (patch) | |
| tree | 3716fb8b6e0ee3829bcae4ed53239dd77000127a | |
| parent | 7a88e1aef7b8c1171d3178c02f5123be694ce810 (diff) | |
fix: importv0.18.4.6-RC1
| -rw-r--r-- | impls/monero.dart/lib/monero.dart | 2 |
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 = {}; |
