Skip to content

Commit

Permalink
Update voteForDelegate() description
Browse files Browse the repository at this point in the history
  • Loading branch information
martiliones committed Feb 12, 2022
1 parent 5bd5631 commit 97d925d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion groups/voteForDelegate.js
Expand Up @@ -15,7 +15,8 @@ module.exports = (nodeManager) => {
* Creates votes for delegate transaction, signs it, and broadcasts to ADAMANT network
* See https://github.com/Adamant-im/adamant/wiki/Transaction-Types#type-3-vote-for-delegate-transaction
* @param {string} passPhrase Senders's passPhrase. Sender's address will be derived from it.
* @param {string[]} votes PublicKeys, ADM addresses and delegate names for upvote and downvote
* @param {string[]} votes PublicKeys, ADM addresses and delegate names for upvote and downvote.
* It would be more efficient to pass publicKey, otherwise the api will make additional queries
* @param {number} maxRetries How much times to retry request
* @returns {Promise} Request results
*/
Expand Down

0 comments on commit 97d925d

Please sign in to comment.