Skip to content
Snippets Groups Projects
Unverified Commit 8bd01e40 authored by Luca Moser's avatar Luca Moser Committed by GitHub
Browse files

Fixes typos throughout the codebase (#561)

* fixes typos

* lets make the dog shut up
parent 7f45a79c
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ func testBroadcastData(api *client.GoShimmerAPI) (string, error) {
return msgID, nil
}
func testTargetGetMessagess(api *client.GoShimmerAPI, msgID string) error {
func testTargetGetMessages(api *client.GoShimmerAPI, msgID string) error {
// query target node for broadcasted data
if _, err := api.FindMessageByID([]string{msgID}); err != nil {
return fmt.Errorf("querying the target node failed: %w", err)
......@@ -56,7 +56,7 @@ func main() {
time.Sleep(time.Duration(cooldownTime) * time.Second)
// query target node
err = testTargetGetMessagess(api, msgID)
err = testTargetGetMessages(api, msgID)
if err != nil {
fmt.Printf("%s\n", err)
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment