Cleanup (send working)

This commit is contained in:
Aditya Kulkarni
2019-09-08 22:14:33 -07:00
parent 3ff71f26b7
commit c4083a835f
3 changed files with 6 additions and 22 deletions

View File

@@ -879,7 +879,8 @@ impl LightWallet {
println!("{}: Adding output", now() - start_time);
if let Err(e) = match to {
address::RecipientAddress::Shielded(to) => {
builder.add_sapling_output(ovk, to.clone(), value, encoded_memo)
// TODO Make it use encoded_memo
builder.add_sapling_output(ovk, to.clone(), value, None)
}
address::RecipientAddress::Transparent(to) => {
builder.add_transparent_output(&to, value)