mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-30 06:47:50 +00:00
Fixed merge issue
This commit is contained in:
parent
59ffb65b8c
commit
4f8721e629
@ -195,7 +195,7 @@ public class AddressesResource {
|
|||||||
)
|
)
|
||||||
@ApiErrors({ApiError.PUBLIC_KEY_NOT_FOUND, ApiError.REPOSITORY_ISSUE})
|
@ApiErrors({ApiError.PUBLIC_KEY_NOT_FOUND, ApiError.REPOSITORY_ISSUE})
|
||||||
public List<OnlineAccountLevel> getOnlineAccountsByLevel() {
|
public List<OnlineAccountLevel> getOnlineAccountsByLevel() {
|
||||||
List<OnlineAccountData> onlineAccounts = Controller.getInstance().getOnlineAccounts();
|
List<OnlineAccountData> onlineAccounts = OnlineAccountsManager.getInstance().getOnlineAccounts();
|
||||||
|
|
||||||
try (final Repository repository = RepositoryManager.getRepository()) {
|
try (final Repository repository = RepositoryManager.getRepository()) {
|
||||||
List<OnlineAccountLevel> onlineAccountLevels = new ArrayList<>();
|
List<OnlineAccountLevel> onlineAccountLevels = new ArrayList<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user