mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-21 14:48:53 +00:00
chore: print
This commit is contained in:
parent
6ee57a7be4
commit
058ff6aeec
1 changed files with 0 additions and 4 deletions
|
@ -370,10 +370,6 @@ abstract class ElectrumWalletAddressesBase extends WalletAddresses with Store {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (addressRecord.address != address) {
|
if (addressRecord.address != address) {
|
||||||
print([
|
|
||||||
addressRecord.address,
|
|
||||||
addressRecord.name.isEmpty ? "Silent Payments" : addressRecord.name
|
|
||||||
]);
|
|
||||||
addressesMap[addressRecord.address] = addressRecord.name.isEmpty
|
addressesMap[addressRecord.address] = addressRecord.name.isEmpty
|
||||||
? "Silent Payments"
|
? "Silent Payments"
|
||||||
: "Silent Payments - " + addressRecord.name;
|
: "Silent Payments - " + addressRecord.name;
|
||||||
|
|
Loading…
Reference in a new issue