mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-01-30 02:22:15 +00:00
enable outgoing metadata on zaddr owned by the wallet
This commit is contained in:
parent
4c39a57ae3
commit
7a6033cb54
@ -1136,9 +1136,9 @@ impl LightWallet {
|
||||
&payment_address);
|
||||
|
||||
// Check if this is a change address
|
||||
if z_addresses.contains(&address) {
|
||||
continue;
|
||||
}
|
||||
// if z_addresses.contains(&address) {
|
||||
// continue;
|
||||
// }
|
||||
|
||||
// Update the WalletTx
|
||||
// Do it in a short scope because of the write lock.
|
||||
|
Loading…
Reference in New Issue
Block a user