mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-31 12:21:25 +00:00
enable outgoing metadata on zaddr owned by the wallet
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user