mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-11-11 11:57:27 +00:00
Compare commits
1 Commits
4127333297
...
adcc1a7f0d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
adcc1a7f0d |
@ -251,8 +251,8 @@ impl LogSyncManager {
|
|||||||
}
|
}
|
||||||
std::cmp::Ordering::Greater => {
|
std::cmp::Ordering::Greater => {
|
||||||
error!(
|
error!(
|
||||||
"Unexpected transaction seq: next={} get={}",
|
"Unexpected transaction seq: next={} get={}, hash={}",
|
||||||
self.next_tx_seq, tx.seq
|
self.next_tx_seq, tx.seq, tx.data_merkle_root.to_string()
|
||||||
);
|
);
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user