Skip to content

Commit

Permalink
Merge branch 'development' into issue-5109-more-metadata-for-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
agubarev authored Mar 20, 2023
2 parents 6d3eb81 + 3946641 commit ba03436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_layer/wallet/src/output_manager_service/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ where
selection_criteria.excluding_onesided = self.resources.config.autoignore_onesided_utxos;
}

warn!(
debug!(
target: LOG_TARGET,
"select_utxos selection criteria: {}", selection_criteria
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ where
}

if let Some(sb) = found_scanned_block {
warn!(
debug!(
target: LOG_TARGET,
"Last scanned block found at height {} (Header Hash: {})",
sb.height,
Expand Down

0 comments on commit ba03436

Please sign in to comment.