automerge
This commit is contained in:
@ -748,8 +748,8 @@ impl Blocktree {
|
||||
(
|
||||
"error",
|
||||
format!(
|
||||
"Received index {} >= slot.last_index {}",
|
||||
shred_index, last_index
|
||||
"Slot {}: received index {} >= slot.last_index {}",
|
||||
slot, shred_index, last_index
|
||||
),
|
||||
String
|
||||
)
|
||||
@ -764,8 +764,8 @@ impl Blocktree {
|
||||
(
|
||||
"error",
|
||||
format!(
|
||||
"Received shred_index {} < slot.received {}",
|
||||
shred_index, slot_meta.received
|
||||
"Slot {}: received shred_index {} < slot.received {}",
|
||||
slot, shred_index, slot_meta.received
|
||||
),
|
||||
String
|
||||
)
|
||||
|
Reference in New Issue
Block a user