mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-11 20:20:05 +00:00
9 lines
104 B
Go
9 lines
104 B
Go
|
//go:build use_beacon_api
|
||
|
// +build use_beacon_api
|
||
|
|
||
|
package flags
|
||
|
|
||
|
const (
|
||
|
BuiltWithBeaconApi = true
|
||
|
)
|