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