Merge pull request #4768 from chimp1984/add-new-birningman-address

Add new burningman address for delayed payout txs
This commit is contained in:
Christoph Atteneder 2020-11-09 09:23:57 +01:00 committed by GitHub
commit 470685b729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;