mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-16 19:32:55 +00:00
Add more detail to best node error
This commit is contained in:
@@ -23,9 +23,11 @@ pub enum Error {
|
||||
new_finalized_epoch: Epoch,
|
||||
},
|
||||
InvalidBestNode {
|
||||
start_root: Hash256,
|
||||
justified_epoch: Epoch,
|
||||
finalized_epoch: Epoch,
|
||||
node_justified_epoch: Epoch,
|
||||
node_finalized_epoch: Epoch,
|
||||
head_root: Hash256,
|
||||
head_justified_epoch: Epoch,
|
||||
head_finalized_epoch: Epoch,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user