Apply suggestions from code review

Co-authored-by: Daniel Karzel <daniel.karzel@coblox.tech>
This commit is contained in:
Philipp Hoenisch 2021-05-11 16:06:44 +10:00 committed by GitHub
parent fc0cceb180
commit 26e0383e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -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())