mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-06 05:24:42 -04:00
Remove unnecessary pub
qualifiers
This commit is contained in:
parent
b21dc03ed0
commit
652bfa14a9
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ pub struct SwapFactory {
|
|||
|
||||
listen_address: Multiaddr,
|
||||
|
||||
pub bitcoin_wallet: Arc<bitcoin::Wallet>,
|
||||
pub monero_wallet: Arc<monero::Wallet>,
|
||||
bitcoin_wallet: Arc<bitcoin::Wallet>,
|
||||
monero_wallet: Arc<monero::Wallet>,
|
||||
}
|
||||
|
||||
impl SwapFactory {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue