mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-04 22:43:20 -05:00
Rename inner to client
This commit is contained in:
parent
f0fbe785c8
commit
1a38bf57f2
5 changed files with 17 additions and 19 deletions
|
|
@ -135,8 +135,8 @@ pub async fn init_test(
|
|||
.await
|
||||
.unwrap();
|
||||
|
||||
let alice_monero_wallet = wallet::monero::Wallet(monero.wallet("alice").unwrap().inner());
|
||||
let bob_monero_wallet = wallet::monero::Wallet(monero.wallet("bob").unwrap().inner());
|
||||
let alice_monero_wallet = wallet::monero::Wallet(monero.wallet("alice").unwrap().client());
|
||||
let bob_monero_wallet = wallet::monero::Wallet(monero.wallet("bob").unwrap().client());
|
||||
|
||||
let alice_btc_wallet = wallet::bitcoin::Wallet::new("alice", &bitcoind.node_url)
|
||||
.await
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue