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

:pencil: improves comments

parent f17d7aaf
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ func configure(plugin *node.Plugin) { ...@@ -20,7 +20,7 @@ func configure(plugin *node.Plugin) {
webapi.Server.POST("findMessageById", findMessageById) webapi.Server.POST("findMessageById", findMessageById)
} }
// getMessageByHash returns the array of messages for the // findMessageById returns the array of messages for the
// given message ids (MUST be encoded in base58), in the same order as the parameters. // given message ids (MUST be encoded in base58), in the same order as the parameters.
// If a node doesn't have the message for a given ID in its ledger, // If a node doesn't have the message for a given ID in its ledger,
// the value at the index of that message ID is empty. // the value at the index of that message ID is empty.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment