Add a shared ringdb management page - rings and blackballed outputs

This commit is contained in:
moneromooo-monero
2018-03-07 00:01:53 +00:00
parent fdaf557b99
commit 65ea07af61
11 changed files with 532 additions and 9 deletions

View File

@@ -102,6 +102,7 @@ ios:arm64 {
!ios:!android {
LIBS += -L$$WALLET_ROOT/lib \
-lwallet_merged \
-llmdb \
-lepee \
-lunbound \
-leasylogging \
@@ -111,6 +112,7 @@ android {
message("Host is Android")
LIBS += -L$$WALLET_ROOT/lib \
-lwallet_merged \
-llmdb \
-lepee \
-lunbound \
-leasylogging
@@ -129,6 +131,7 @@ ios {
CONFIG += arm64
LIBS += -L$$WALLET_ROOT/lib-ios \
-lwallet_merged \
-llmdb \
-lepee \
-lunbound \
-leasylogging