mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-29 19:51:27 -04:00
Apply suggestions from code review
Co-authored-by: Daniel Karzel <daniel.karzel@coblox.tech>
This commit is contained in:
parent
fc0cceb180
commit
26e0383e17
4 changed files with 5 additions and 5 deletions
|
@ -122,8 +122,8 @@ impl WalletRpc {
|
|||
.port();
|
||||
|
||||
tracing::debug!(
|
||||
monero_wallet_rpc_port = %port,
|
||||
"Starting monero-wallet-rpc on port"
|
||||
%port,
|
||||
"Starting monero-wallet-rpc on"
|
||||
);
|
||||
|
||||
let mut child = Command::new(self.exec_path())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue