mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-31 15:20:15 +00:00
Reduce verbosity of monero block generate trace
This commit is contained in:
parent
2541fad40f
commit
989d9d08d3
@ -118,8 +118,8 @@ impl<'c> Monero {
|
|||||||
|
|
||||||
// generate the first 70 as bulk
|
// generate the first 70 as bulk
|
||||||
let monerod = &self.monerod;
|
let monerod = &self.monerod;
|
||||||
let block = monerod.client().generate_blocks(70, &miner_address).await?;
|
let res = monerod.client().generate_blocks(70, &miner_address).await?;
|
||||||
tracing::info!("Generated {:?} blocks", block);
|
tracing::info!("Generated {:?} blocks", res.blocks.len());
|
||||||
miner_wallet.refresh().await?;
|
miner_wallet.refresh().await?;
|
||||||
|
|
||||||
for (wallet, amount) in wallet_amount.iter() {
|
for (wallet, amount) in wallet_amount.iter() {
|
||||||
|
Loading…
Reference in New Issue
Block a user