From f6e4de1bf33b16ed5bdcb02275b91e4278648715 Mon Sep 17 00:00:00 2001 From: Phillip Lang Martinez Date: Fri, 26 Aug 2022 19:34:10 +0300 Subject: [PATCH] change condition --- qortal-ui-core/src/components/start-minting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qortal-ui-core/src/components/start-minting.js b/qortal-ui-core/src/components/start-minting.js index 9d2bfd59..361efdd0 100644 --- a/qortal-ui-core/src/components/start-minting.js +++ b/qortal-ui-core/src/components/start-minting.js @@ -354,7 +354,7 @@ class StartMinting extends connect(store)(LitElement) { ); const isMinterButKeyMintingKeyNotAssigned = addressInfo?.error !== 124 && - addressInfo?.level === 1 && + addressInfo?.level >= 1 && !findMintingAccount;