mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 02:31:19 +00:00
5 lines
146 B
Go
5 lines
146 B
Go
|
/*
|
||
|
Package doublylinkedtree implements eth2 LMD GHOST fork choice using the doubly linked proto array node structure.
|
||
|
*/
|
||
|
package doublylinkedtree
|