mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
[skip ci] add comment
This commit is contained in:
parent
c521b9ceaf
commit
12038c4285
1 changed files with 1 additions and 0 deletions
|
@ -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>[];
|
||||||
|
|
Loading…
Reference in a new issue