mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 19:21:19 +00:00
78fe712e53
* Deduplicate block proposals * fix tests, more dedup of tests * Add godoc to BuildSignedBeaconBlock. * Rename SignRequest_Object => SignRequestObject * Fix error messages * Add tests for new methods Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
7 lines
153 B
Go
7 lines
153 B
Go
package validatorpb
|
|
|
|
// SignRequestObject exports the private isSignRequest_Object interface.
|
|
type SignRequestObject interface {
|
|
isSignRequest_Object
|
|
}
|