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);
// 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.