mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-07 22:54:17 -05:00
add delay before broadcasting lc objects (#15776)
* add delay before broadcasting lc objects * address commments * address commments * reduce test runtime
This commit is contained in:
@@ -3,6 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"basis_points.go",
|
||||
"committee_bits_mainnet.go",
|
||||
"committee_bits_minimal.go", # keep
|
||||
"committee_index.go",
|
||||
|
||||
3
consensus-types/primitives/basis_points.go
Normal file
3
consensus-types/primitives/basis_points.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package primitives
|
||||
|
||||
type BP uint64
|
||||
Reference in New Issue
Block a user