mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
* 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()
|
|
}
|