mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
fe27ca359c
* remove disable pruning flag * deprecate disable majority vote flag * remove eth1dataVoteCache * remove outdated methods * gaz
10 lines
79 B
Go
10 lines
79 B
Go
package cache
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
m.Run()
|
|
}
|