mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-29 04:49:51 +00:00
remove print statements [skip ci]
This commit is contained in:
parent
9e7fa6109d
commit
e025d79b9c
1 changed files with 0 additions and 4 deletions
|
@ -1000,10 +1000,6 @@ abstract class ElectrumWalletBase extends WalletBase<
|
||||||
bool hasSilentPayment = false;
|
bool hasSilentPayment = false;
|
||||||
|
|
||||||
for (final out in transactionCredentials.outputs) {
|
for (final out in transactionCredentials.outputs) {
|
||||||
print("@@@@@@@@@");
|
|
||||||
print(out);
|
|
||||||
print(out.formattedCryptoAmount);
|
|
||||||
print(out.sendAll);
|
|
||||||
final outputAmount = out.formattedCryptoAmount!;
|
final outputAmount = out.formattedCryptoAmount!;
|
||||||
|
|
||||||
if (!sendAll && _isBelowDust(outputAmount)) {
|
if (!sendAll && _isBelowDust(outputAmount)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue