mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Remove unnecessary pub
qualifiers
This commit is contained in:
parent
b21dc03ed0
commit
652bfa14a9
@ -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…
Reference in New Issue
Block a user