From f5bed0a1eeb7a596de7af32c9ebb2b729df93bf1 Mon Sep 17 00:00:00 2001 From: kn0wmad <39687477+kn0wmad@users.noreply.github.com> Date: Wed, 14 Sep 2022 13:34:22 -0600 Subject: [PATCH] Update getConfig.ts --- scripts/procedures/getConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/procedures/getConfig.ts b/scripts/procedures/getConfig.ts index 6251614..5bab2db 100644 --- a/scripts/procedures/getConfig.ts +++ b/scripts/procedures/getConfig.ts @@ -23,8 +23,8 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({ }, "rs-hash": { "type": "string", - "name": "Robosats Unique Hash", - "description": "TBD", + "name": "Robosats Unique Token", + "description": "This is just a place that you can store your unique token if you choose. This is the nym identity that is randomly generated at boot for you on each startup.", "nullable": true, "copyable": true, "masked": false,