chore: prints

This commit is contained in:
Rafael Saes 2024-12-20 20:22:45 -03:00
parent 321bc1e18e
commit a07be3d863
3 changed files with 2 additions and 6 deletions

View file

@ -1476,8 +1476,7 @@ abstract class BitcoinWalletBase extends ElectrumWallet with Store {
await updateBalance();
});
} catch (e, s) {
print([e, s]);
} catch (e) {
throw e;
}
}

View file

@ -926,8 +926,7 @@ abstract class ElectrumWalletBase
await updateBalance();
await updateAllUnspents();
});
} catch (e, s) {
print([e, s]);
} catch (e) {
throw e;
}
}

View file

@ -662,12 +662,10 @@ class ElectrumWorker {
}
});
print("ADDTO WALLET: $addToWallet");
if (addToWallet.isEmpty) {
// no results tx, continue to next tx
continue;
}
print(scanData.labels);
// placeholder ElectrumTransactionInfo object to update values based on new scanned unspent(s)
final txInfo = ElectrumTransactionInfo(