[skip ci] add comment

This commit is contained in:
Matthew Fosse 2024-11-26 10:01:11 -07:00
parent c521b9ceaf
commit 12038c4285

View file

@ -1459,6 +1459,7 @@ abstract class ElectrumWalletBase
await unspentCoinsInfo.add(newInfo); await unspentCoinsInfo.add(newInfo);
} }
// delete unspent coins info entries that don't have a corresponding unspent coin:
Future<void> _refreshUnspentCoinsInfo() async { Future<void> _refreshUnspentCoinsInfo() async {
try { try {
final List<dynamic> keys = <dynamic>[]; final List<dynamic> keys = <dynamic>[];