Skip to content
Snippets Groups Projects
Commit f17d7aaf authored by capossele's avatar capossele
Browse files

:pencil: improves comments

parent 0bf75024
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ func (api *GoShimmerAPI) Login(username string, password string) error { ...@@ -147,7 +147,7 @@ func (api *GoShimmerAPI) Login(username string, password string) error {
return nil return nil
} }
// BroadcastData sends the given data by creating a zero value transaction in the backend targeting the given address. // BroadcastData sends the given data (payload) by creating a message in the backend.
func (api *GoShimmerAPI) BroadcastData(data []byte) (string, error) { func (api *GoShimmerAPI) BroadcastData(data []byte) (string, error) {
res := &webapi_broadcastData.Response{} res := &webapi_broadcastData.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