From df479a865be32024d8434441b19d479fa3578a8e Mon Sep 17 00:00:00 2001 From: Angelo Capossele <angelocapossele@gmail.com> Date: Thu, 9 Apr 2020 16:35:55 +0100 Subject: [PATCH] Update client/drng.go Co-Authored-By: Luca Moser <moser.luca@gmail.com> --- client/drng.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/drng.go b/client/drng.go index 5bd68cfa..17bc41db 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{} -- GitLab