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:
parent
cf73581c0e
commit
3e489ea165
@ -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) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user