fix wownero syntax error

This commit is contained in:
Czarek Nakamoto 2025-01-07 10:10:59 +01:00
parent 153cb6b3b1
commit 575d0ab22a

View file

@ -586,7 +586,7 @@ abstract class WowneroWalletBase
String getSubaddressLabel(int accountIndex, int addressIndex) =>
wownero_wallet.getSubaddressLabel(accountIndex, addressIndex);
List<WowneroTransactionInfo> _getAllTransactionsOfAccount(int? accountIndex) =>
Future<List<WowneroTransactionInfo>> _getAllTransactionsOfAccount(int? accountIndex) async =>
(await transaction_history
.getAllTransactions())
.map(