remote-wallet: Move Locator to its own module

This commit is contained in:
Trent Nelson
2021-04-27 02:04:05 -06:00
committed by Trent Nelson
parent 4ce4f04c58
commit cac666d035
5 changed files with 663 additions and 619 deletions

View File

@@ -1,8 +1,9 @@
use {
crate::{
ledger::get_ledger_from_info,
locator::Manufacturer,
remote_wallet::{
Manufacturer, RemoteWallet, RemoteWalletError, RemoteWalletInfo, RemoteWalletManager,
RemoteWallet, RemoteWalletError, RemoteWalletInfo, RemoteWalletManager,
RemoteWalletType,
},
},