mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Shorter message and no stack on block refusal
This commit is contained in:
parent
ad69dae9e5
commit
708afdbbb6
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ impl NetToChainAdapter {
|
|||
_ => {
|
||||
debug!(
|
||||
LOGGER,
|
||||
"adapter: process_block: block {} refused by chain: {:?}", bhash, e
|
||||
"adapter: process_block: block {} refused by chain: {}", bhash, e
|
||||
);
|
||||
true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue