Increase analytics operator bond amount from 1 to 2

As discussed in:
https://github.com/bisq-network/proposals/issues/115#issuecomment-529490565
This commit is contained in:
wiz 2019-09-09 23:11:02 +09:00 committed by Christoph Atteneder
parent 990a998540
commit 322fe23ea7

View file

@ -53,7 +53,7 @@ public enum BondedRoleType {
// operators
WEBSITE_OPERATOR(50, 110, "https://bisq.network/roles/12", true),
ANALYTICS_OPERATOR(1, 110, "https://bisq.network/roles/88", true),
ANALYTICS_OPERATOR(2, 110, "https://bisq.network/roles/88", true),
FORUM_OPERATOR(50, 110, "https://bisq.network/roles/19", true),
SEED_NODE_OPERATOR(20, 110, "https://bisq.network/roles/15", true),
DATA_RELAY_NODE_OPERATOR(20, 110, "https://bisq.network/roles/14", true),