Support z -> t transactions

This commit is contained in:
Aditya Kulkarni
2019-09-09 11:17:35 -07:00
parent 8547235b28
commit 84ec286f7f
2 changed files with 15 additions and 21 deletions

View File

@@ -89,9 +89,9 @@ impl Command for SendCommand {
fn exec(&self, _args: &[String], lightclient: &mut LightClient) {
lightclient.do_send(
"ztestsapling1x65nq4dgp0qfywgxcwk9n0fvm4fysmapgr2q00p85ju252h6l7mmxu2jg9cqqhtvzd69jwhgv8d".to_string(),
"tmHYDCK6PjBMArtDXwPf5bgoFm2Na5fR6Ds".to_string(),
150000,
Some("Hello from the command".to_string()));
None);
}
}