mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-30 03:41:28 +00:00
Refactor
This commit is contained in:
@@ -37,11 +37,13 @@ use zcash_primitives::{
|
||||
};
|
||||
|
||||
|
||||
use crate::{address, prover, LightClientConfig, utils};
|
||||
use crate::{LightClientConfig};
|
||||
|
||||
|
||||
pub mod data;
|
||||
pub mod extended_key;
|
||||
mod data;
|
||||
mod extended_key;
|
||||
mod utils;
|
||||
mod address;
|
||||
mod prover;
|
||||
|
||||
use data::{BlockData, WalletTx, Utxo, SaplingNoteData, SpendableNote, OutgoingTxMetadata};
|
||||
use extended_key::{KeyIndex, ExtendedPrivKey};
|
||||
|
@@ -4,10 +4,7 @@ extern crate rust_embed;
|
||||
mod lightclient;
|
||||
mod grpcconnector;
|
||||
mod lightwallet;
|
||||
mod address;
|
||||
mod prover;
|
||||
mod commands;
|
||||
mod utils;
|
||||
|
||||
use std::io::{Result, Error, ErrorKind};
|
||||
use std::sync::Arc;
|
||||
|
Reference in New Issue
Block a user