Fix zcash_client_backend doctest

This commit is contained in:
Kris Nuttycombe 2021-10-04 09:12:28 -06:00
parent 74b0c50294
commit 86da9434ad
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ where
/// Amount::from_u64(1).unwrap(),
/// None,
/// OvkPolicy::Sender,
/// 10
/// )?;
///
/// # Ok(())