From 7a6033cb54906aba17a2b86721554214fdb304a6 Mon Sep 17 00:00:00 2001 From: Cryptoforge Date: Tue, 4 Aug 2020 14:22:33 -0700 Subject: [PATCH] enable outgoing metadata on zaddr owned by the wallet --- lib/src/lightwallet.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/lightwallet.rs b/lib/src/lightwallet.rs index de04a49..eabee0a 100644 --- a/lib/src/lightwallet.rs +++ b/lib/src/lightwallet.rs @@ -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.