Cleanup compact block logging (#2126)

* cleanup logging, error logging around compact blocks

* rustfmt
This commit is contained in:
Antioch Peverell
2018-12-11 14:11:58 +00:00
committed by GitHub
parent 2d4538c428
commit 16641fe149
4 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ impl Pool {
self.validate_raw_tx(&agg_tx, header)?;
debug!(
"add_to_pool [{}]: {} ({}), in/out/kern: {}/{}/{}, pool: {} (at block {})",
"add_to_pool [{}]: {} ({}) [in/out/kern: {}/{}/{}] pool: {} (at block {})",
self.name,
entry.tx.hash(),
entry.src.debug_name,