mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-01-30 18:42: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);
|
&payment_address);
|
||||||
|
|
||||||
// Check if this is a change address
|
// Check if this is a change address
|
||||||
if z_addresses.contains(&address) {
|
// if z_addresses.contains(&address) {
|
||||||
continue;
|
// continue;
|
||||||
}
|
// }
|
||||||
|
|
||||||
// Update the WalletTx
|
// Update the WalletTx
|
||||||
// Do it in a short scope because of the write lock.
|
// Do it in a short scope because of the write lock.
|
||||||
|
Loading…
Reference in New Issue
Block a user