Merge branch 'mweb' of https://github.com/cake-tech/cake_wallet into mweb-bg-sync-2

This commit is contained in:
Matthew Fosse 2024-09-23 10:12:17 -07:00
commit 8034d9111e
2 changed files with 3 additions and 2 deletions

View file

@ -254,6 +254,7 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
if (!mwebEnabled) {
try {
await updateAllUnspents();
await updateTransactions();
await updateBalance();
syncStatus = SyncedSyncStatus();
} catch (e, s) {
@ -911,7 +912,7 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
}).toList())
.toHex();
tx.outputAddresses = resp.outputId;
return tx
..addListener((transaction) async {
final addresses = <String>{};

View file

@ -60,7 +60,7 @@ class TransactionRow extends StatelessWidget {
fontWeight: FontWeight.w500,
color: Theme.of(context).extension<DashboardPageTheme>()!.textColor,
)),
...tags.map((tag) => TxTag(tag: tag)).toList(),
...tags.map((tag) => Row(children: [SizedBox(width: 8), TxTag(tag: tag)])),
],
),
Text(formattedAmount,