enable outgoing metadata on zaddr owned by the wallet

This commit is contained in:
Cryptoforge 2020-08-04 14:22:33 -07:00
parent 4c39a57ae3
commit 7a6033cb54

View File

@ -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.