Move `zcash_client_backend::zip321` to the `zip321` crate.

This commit is contained in:
Kris Nuttycombe 2024-01-29 11:39:04 -07:00
parent 07d5aa4a79
commit fdf86ad740
2 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ pub mod proto;
pub mod scan;
pub mod scanning;
pub mod wallet;
pub mod zip321;
#[cfg(feature = "sync")]
pub mod sync;