mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-02 06:46:06 -04:00
Fix imports
This commit is contained in:
parent
a4cd75d394
commit
f5cfe014be
3 changed files with 9 additions and 8 deletions
|
@ -32,7 +32,7 @@ pub async fn init_wallets(
|
|||
name: &str,
|
||||
bitcoind: &Bitcoind<'_>,
|
||||
monero: &Monero,
|
||||
btc_starting_balance: Option<::bitcoin::Amount>,
|
||||
btc_starting_balance: Option<bitcoin::Amount>,
|
||||
xmr_starting_balance: Option<monero::Amount>,
|
||||
config: Config,
|
||||
) -> (Arc<bitcoin::Wallet>, Arc<monero::Wallet>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue