Resolved merge conflict by incorporating both suggestions.

This commit is contained in:
DenioD
2019-10-21 13:31:06 +02:00
7 changed files with 130 additions and 76 deletions

View File

@@ -70,6 +70,7 @@ impl BugBip39Derivation {
// Tranfer money
// 1. The desination is z address #0
println!("Sending funds to ourself.");
let zaddr = client.do_address()["z_addresses"][0].as_str().unwrap().to_string();
let balance_json = client.do_balance();
let fee: u64 = DEFAULT_FEE.try_into().unwrap();