Max Epoch Helper from Eth2-Types (#10581)

* max epoch helper from eth2 types

* gaz

* godoc

* Update consensus-types/primitives/epoch_test.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
This commit is contained in:
Raul Jordan
2022-04-29 02:16:02 +00:00
committed by GitHub
parent 7b03d901ee
commit 61bfb77120
3 changed files with 17 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ go_test(
embed = [":go_default_library"],
deps = [
"//math:go_default_library",
"//testing/require:go_default_library",
"@com_github_prysmaticlabs_eth2_types//:go_default_library",
],
)