From 65f8b0b150521b1a6b11ce87c9e474c6deb8fc4e Mon Sep 17 00:00:00 2001
From: Angelo Capossele <angelocapossele@gmail.com>
Date: Thu, 9 Apr 2020 16:36:29 +0100
Subject: [PATCH] Update client/message.go

Co-Authored-By: Luca Moser <moser.luca@gmail.com>
---
 client/message.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/client/message.go b/client/message.go
index c2e0d726..74f9ab16 100644
--- a/client/message.go
+++ b/client/message.go
@@ -10,6 +10,8 @@ const (
 	routeFindById = "findById"
 )
 
+// FindMessageById finds messages by the given ids. The messages are returned in the same order as
+// the given ids. Non available messages are empty at their corresponding index.
 func (api *GoShimmerAPI) FindMessageById(base58EncodedIds []string) (*webapi_message.Response, error) {
 	res := &webapi_message.Response{}
 
-- 
GitLab