mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-03-14 03:32:33 +00:00
change condition
This commit is contained in:
parent
f8d743d654
commit
f6e4de1bf3
@ -354,7 +354,7 @@ class StartMinting extends connect(store)(LitElement) {
|
||||
);
|
||||
const isMinterButKeyMintingKeyNotAssigned =
|
||||
addressInfo?.error !== 124 &&
|
||||
addressInfo?.level === 1 &&
|
||||
addressInfo?.level >= 1 &&
|
||||
!findMintingAccount;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user