Move transact.rs to wallet module.

This commit is contained in:
Kris Nuttycombe 2020-08-25 15:43:28 -06:00
parent 8967745c22
commit 8de05f3429
3 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,6 @@ use crate::error::SqliteClientError;
pub mod chain;
pub mod error;
pub mod transact;
pub mod wallet;
#[derive(Debug, Copy, Clone)]

View File

@ -21,6 +21,7 @@ use zcash_client_backend::{
use crate::{error::SqliteClientError, AccountId, DataConnection, NoteId};
pub mod init;
pub mod transact;
/// Returns the address for the account.
///