Add bug warning

This commit is contained in:
Aditya Kulkarni
2019-10-20 13:40:54 -07:00
parent 085b8492ba
commit c1dd259caf
2 changed files with 19 additions and 0 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();