forked from Qortal/qortal
Added Account method needed for unit tests.
This commit is contained in:
parent
41cdf665ed
commit
a75fd14e45
@ -223,6 +223,11 @@ public class Account {
|
|||||||
return this.repository.getAccountRepository().getMintedBlockCount(this.address);
|
return this.repository.getAccountRepository().getMintedBlockCount(this.address);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Returns account's blockMintedPenalty or null if account not found in repository. */
|
||||||
|
public Integer getBlocksMintedPenalty() throws DataException {
|
||||||
|
return this.repository.getAccountRepository().getBlocksMintedPenaltyCount(this.address);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/** Returns whether account can build reward-shares.
|
/** Returns whether account can build reward-shares.
|
||||||
* <p>
|
* <p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user