1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Linted docs

This commit is contained in:
Dan Finlay 2018-04-23 14:47:11 -07:00
parent fad8afb7d1
commit 5abb0256a9

View File

@ -722,7 +722,7 @@ module.exports = class MetamaskController extends EventEmitter {
* Triggers signing, and the callback function from newUnsignedPersonalMessage.
*
* @param {Object} msgParams - The params of the message to sign & return to the Dapp.
* @returns {Promise<Object>/} - A full state update.
* @returns {Promise<Object>} - A full state update.
*/
signPersonalMessage (msgParams) {
log.info('MetaMaskController - signPersonalMessage')