diff --git a/client/drng.go b/client/drng.go index 5bd68cfa7ec62c9850505b02de78f2e3f380507e..17bc41db0673f5351f20e4c05121fccfe93464ba 100644 --- a/client/drng.go +++ b/client/drng.go @@ -14,7 +14,7 @@ const ( routeCommittee = "drng/info/committee" ) -// BroadcastData sends the given collective beacon (payload) by creating a message in the backend. +// BroadcastCollectiveBeacon sends the given collective beacon (payload) by creating a message in the backend. func (api *GoShimmerAPI) BroadcastCollectiveBeacon(payload []byte) (string, error) { res := &webapi_collectiveBeacon.Response{}