diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index dba5a510..bcf10e8c 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -33,6 +33,8 @@ const $$__SHOCKWALLET__MSG__ = '$$__SHOCKWALLET__MSG__' const $$__SHOCKWALLET__NUMBER__ = '$$__SHOCKWALLET__NUMBER__' const $$__SHOCKWALLET__BOOLEAN__ = '$$__SHOCKWALLET__BOOLEAN__' +/// + mySEA.encrypt = (msg, secret) => { if (typeof secret !== 'string') { throw new TypeError( @@ -281,7 +283,7 @@ const isAuthenticating = () => _isAuthenticating const isRegistering = () => _isRegistering /** - * @returns {import('../contact-api/SimpleGUN').GUNNode} + * @returns {Smith.GunSmithNode} */ const getGun = () => { throw new Error('NO GUNS')