mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
fix: use td from current head for status (#1386)
This commit is contained in:
@@ -76,6 +76,7 @@ impl Status {
|
||||
.chain(spec.chain)
|
||||
.genesis(spec.genesis_hash())
|
||||
.blockhash(head.hash)
|
||||
.total_difficulty(head.total_difficulty)
|
||||
.forkid(spec.fork_id(head))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user