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