mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Allocate the appropriate memory for retrieveIndicesFromBitfield (#6507)
* Allocate the appropriate memory for retrieveIndicesFromBitfield * Merge refs/heads/master into memory0 * Merge refs/heads/master into memory0 * Merge refs/heads/master into memory0 * Merge refs/heads/master into memory0 * Merge refs/heads/master into memory0 * Merge refs/heads/master into memory0 * Merge refs/heads/master into memory0
This commit is contained in:
@@ -22,7 +22,10 @@ go_library(
|
||||
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = ["status_test.go"],
|
||||
srcs = [
|
||||
"benchmark_test.go",
|
||||
"status_test.go",
|
||||
],
|
||||
embed = [":go_default_library"],
|
||||
deps = [
|
||||
"//proto/beacon/p2p/v1:go_default_library",
|
||||
|
||||
Reference in New Issue
Block a user