Browse Source

change condition

qchat-updates
Phillip Lang Martinez 2 years ago
parent
commit
f6e4de1bf3
  1. 2
      qortal-ui-core/src/components/start-minting.js

2
qortal-ui-core/src/components/start-minting.js

@ -354,7 +354,7 @@ class StartMinting extends connect(store)(LitElement) {
); );
const isMinterButKeyMintingKeyNotAssigned = const isMinterButKeyMintingKeyNotAssigned =
addressInfo?.error !== 124 && addressInfo?.error !== 124 &&
addressInfo?.level === 1 && addressInfo?.level >= 1 &&
!findMintingAccount; !findMintingAccount;

Loading…
Cancel
Save