forked from Qortal/qortal
Fix dead code warning in Account
This commit is contained in:
parent
df15f81b9f
commit
a309f8de9e
@ -251,11 +251,7 @@ public class Account {
|
|||||||
if (Account.isFounder(accountData.getFlags()))
|
if (Account.isFounder(accountData.getFlags()))
|
||||||
return BlockChain.getInstance().getFounderEffectiveMintingLevel();
|
return BlockChain.getInstance().getFounderEffectiveMintingLevel();
|
||||||
|
|
||||||
Integer level = accountData.getLevel();
|
return accountData.getLevel();
|
||||||
if (level == null)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
return level;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user