mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 19:21:19 +00:00
001ae30a59
* Add merkle tree interface * Run gazelle Co-authored-by: Nishant Das <nishdas93@gmail.com>
9 lines
257 B
Python
9 lines
257 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["merkle_tree.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/v3/beacon-chain/cache/depositsnapshot",
|
|
visibility = ["//visibility:public"],
|
|
)
|