Skip to content
Snippets Groups Projects
Unverified Commit df479a86 authored by Angelo Capossele's avatar Angelo Capossele Committed by GitHub
Browse files

Update client/drng.go


Co-Authored-By: default avatarLuca Moser <moser.luca@gmail.com>
parent e5e4c6c7
No related branches found
No related tags found
No related merge requests found
......@@ -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{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment