Update BTC_DONATION_ADDRESS_OWNER bond

This commit is contained in:
Manfred Karrer 2019-03-24 13:44:16 -05:00
parent be94f106be
commit 5d4235ff87
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -66,7 +66,7 @@ public enum BondedRoleType {
DNS_ADMIN(20, 75, "https://bisq.network/roles/18", false),
MEDIATOR(10, 75, "https://bisq.network/roles/83", true),
ARBITRATOR(200, 75, "https://bisq.network/roles/13", true),
BTC_DONATION_ADDRESS_OWNER(20, 75, "https://bisq.network/roles/80", true);
BTC_DONATION_ADDRESS_OWNER(50, 75, "https://bisq.network/roles/80", true);
// Will be multiplied with PARAM.BONDED_ROLE_FACTOR to get BSQ amount.