Skip to content

Commit

Permalink
chore(modules/accounts): fix jsdoc argument name
Browse files Browse the repository at this point in the history
Co-authored-by: bludnic <[email protected]>
  • Loading branch information
yoxira and bludnic authored Dec 12, 2024
1 parent e7e31fe commit 7d546e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Accounts.prototype.generateAddressByPublicKey = function (publicKey) {
* Gets account information, calls logic.account.get().
* @overload
* @param {Object} filter - Contains publicKey.
* @param {function} fields - Callback function.
* @param {function} cb - Callback function.
*/

/**
Expand Down

0 comments on commit 7d546e9

Please sign in to comment.