Add new burningman address for delayed payout txs

See; https://github.com/bisq-network/roles/issues/80#issuecomment-723577776
This commit is contained in:
chimp1984 2020-11-08 18:38:02 -05:00
parent 848715c597
commit 8ab16e5e3a
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

View File

@ -788,6 +788,7 @@ public class DaoFacade implements DaoSetupService {
// This list need to be updated once a new address gets defined.
allPastParamValues.add("3EtUWqsGThPtjwUczw27YCo6EWvQdaPUyp"); // burning man 2019
allPastParamValues.add("3A8Zc1XioE2HRzYfbb5P8iemCS72M6vRJV"); // burningman2
allPastParamValues.add("34VLFgtFKAtwTdZ5rengTT2g2zC99sWQLC"); // burningman3 (https://github.com/bisq-network/roles/issues/80#issuecomment-723577776)
}
return allPastParamValues;