From 1dcb1d36a17d14afc7c1eda49fd23f688e5fbbb1 Mon Sep 17 00:00:00 2001 From: Daniel Krol Date: Mon, 23 May 2022 16:25:04 -0400 Subject: [PATCH] Better localStorage format description --- src/app/account.service.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/account.service.ts b/src/app/account.service.ts index f788315..b0f50bd 100644 --- a/src/app/account.service.ts +++ b/src/app/account.service.ts @@ -48,11 +48,7 @@ export class AccountService { localStorage["channels"] = { // There can be multiple channels - "": { - "claimId": "", - "handle": "", - "pubKeyAddress": "", - } + "": PrivateChannelInfo, } */