mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
revert to tipsets
This commit is contained in:
parent
055237e020
commit
245e566281
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ type ConsensusAPI struct {
|
|||
|
||||
// The forkchoice update and new payload method require us to return the
|
||||
// latest valid hash in an invalid chain. To support that return, we need
|
||||
// to track historical bad blocks as well as bad tippets in case a chain
|
||||
// to track historical bad blocks as well as bad tipsets in case a chain
|
||||
// is constantly built on it.
|
||||
//
|
||||
// There are a few important caveats in this mechanism:
|
||||
|
|
|
|||
Loading…
Reference in a new issue