mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 11:25:55 +00:00
Directory Restructure (#1163)
* Move tests -> testing * Directory restructure * Update Cargo.toml during restructure * Update Makefile during restructure * Fix arbitrary path
This commit is contained in:
6
common/eth2_wallet_manager/src/lib.rs
Normal file
6
common/eth2_wallet_manager/src/lib.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod filesystem;
|
||||
mod locked_wallet;
|
||||
mod wallet_manager;
|
||||
|
||||
pub use locked_wallet::LockedWallet;
|
||||
pub use wallet_manager::{Error, WalletManager, WalletType};
|
||||
Reference in New Issue
Block a user