mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 00:53:58 -05:00
Open means opening the current wallet
This commit is contained in:
parent
ab4c98678c
commit
5b798217bc
4 changed files with 9 additions and 7 deletions
|
|
@ -240,7 +240,7 @@ pub trait CreateWalletForOutputThenLoadDefaultWallet {
|
|||
|
||||
#[async_trait]
|
||||
pub trait OpenWallet {
|
||||
async fn open_wallet(&self, file_name: &str) -> Result<()>;
|
||||
async fn open(&self) -> Result<()>;
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue