Lower errors to warnings so they don't print during tests
Negative tests should trigger the warnings, but errors look like something is wrong.
This commit is contained in:
committed by
Greg Fitzgerald
parent
4a8a0d03a3
commit
6693386bc5
@@ -187,7 +187,7 @@ impl Block for [Entry] {
|
||||
entry_pairs.all(|(x0, x1)| {
|
||||
let r = x1.verify(&x0.id);
|
||||
if !r {
|
||||
error!(
|
||||
warn!(
|
||||
"entry invalid!: {:?} num txs: {}",
|
||||
x1.id,
|
||||
x1.transactions.len()
|
||||
|
Reference in New Issue
Block a user