1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

fix documentation

This commit is contained in:
Csaba Solya 2018-05-30 17:42:41 +02:00
parent cf73581c0e
commit 3e489ea165

View File

@ -6,9 +6,9 @@ module.exports = {
} }
/** /**
* Checks if a specified account on a specified network is blacklisted.
@param networkId {number} @param networkId {number}
@param account {string} @param account {string}
@returns {array}
*/ */
async function checkAccount (networkId, account) { async function checkAccount (networkId, account) {