zcash_client_backend: Fix error where change memos were not being included in sent transactions.

This commit is contained in:
Kris Nuttycombe 2023-08-01 11:06:00 -06:00
parent e718e76989
commit 40ecaaf758
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ where
internal_ovk(),
dfvk.change_address().1,
*amount,
MemoBytes::empty(),
change_memo.clone().unwrap_or_else(MemoBytes::empty),
)?;
sapling_output_meta.push((
Recipient::InternalAccount(