From 2b4a133346aca9cc4f910e794f7287edf12ee763 Mon Sep 17 00:00:00 2001 From: Bartosz Solka Date: Thu, 8 Feb 2024 11:10:55 +0100 Subject: [PATCH] removed unused dictionary value Signed-off-by: Bartosz Solka --- src/utils/constants/dictionary.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/constants/dictionary.ts b/src/utils/constants/dictionary.ts index efce5fb..89469c4 100644 --- a/src/utils/constants/dictionary.ts +++ b/src/utils/constants/dictionary.ts @@ -32,7 +32,6 @@ export const dictionary = { }, hederaActions: { clientRequired: 'client is required. You need to log in first.', - clientLedgerRequired: 'Client does not have a ledgerId', myPrivateKeyRequired: 'myPrivateKey is required', collectionNameRequired: 'collectionName is required', collectionSymbolRequired: 'collectionSymbol is required',