mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04: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) {
|
||||
print([
|
||||
addressRecord.address,
|
||||
addressRecord.name.isEmpty ? "Silent Payments" : addressRecord.name
|
||||
]);
|
||||
addressesMap[addressRecord.address] = addressRecord.name.isEmpty
|
||||
? "Silent Payments"
|
||||
: "Silent Payments - " + addressRecord.name;
|
||||
|
|
Loading…
Reference in a new issue