Add Target root to forkchoice dump (#15009)

* Add Target root to forkchoice dump

* review
This commit is contained in:
Potuz
2025-03-05 01:49:44 -03:00
committed by GitHub
parent 6015493de9
commit a7b016c954
5 changed files with 11 additions and 0 deletions

View File

@@ -51,4 +51,5 @@ type Node struct {
BlockRoot []byte
ParentRoot []byte
ExecutionBlockHash []byte
Target []byte
}