Move transact.rs to wallet module.
This commit is contained in:
parent
8967745c22
commit
8de05f3429
|
@ -53,7 +53,6 @@ use crate::error::SqliteClientError;
|
|||
|
||||
pub mod chain;
|
||||
pub mod error;
|
||||
pub mod transact;
|
||||
pub mod wallet;
|
||||
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
|
|
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue