Send to multiple addresses

This commit is contained in:
Aditya Kulkarni
2019-10-04 10:10:51 -07:00
parent 5ca7319fc3
commit 94108e4936
2 changed files with 105 additions and 79 deletions

View File

@@ -709,7 +709,7 @@ impl LightClient {
let rawtx = self.wallet.send_to_address(
u32::from_str_radix(&self.config.consensus_branch_id, 16).unwrap(), // Blossom ID
&self.sapling_spend, &self.sapling_output,
&addr, value, memo
vec![(&addr, value, memo)]
);
match rawtx {