mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Fix data (was missing the reimbursement to the RA due a
mistake by doing a double payout). we consider that as reimbursement as well.
This commit is contained in:
parent
632653a751
commit
7c82271ac1
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ public class DaoEconomyDataProvider {
|
|||
REIMBURSEMENTS_BY_CYCLE_DATE.put(1585342220L, 12089400L);
|
||||
REIMBURSEMENTS_BY_CYCLE_DATE.put(1588025030L, 5420700L);
|
||||
REIMBURSEMENTS_BY_CYCLE_DATE.put(1591004931L, 9138760L);
|
||||
REIMBURSEMENTS_BY_CYCLE_DATE.put(1593654027L, 7407637L);
|
||||
REIMBURSEMENTS_BY_CYCLE_DATE.put(1593654027L, 10821807L);
|
||||
REIMBURSEMENTS_BY_CYCLE_DATE.put(1596407074L, 2160157L);
|
||||
REIMBURSEMENTS_BY_CYCLE_DATE.put(1599175867L, 8769408L);
|
||||
REIMBURSEMENTS_BY_CYCLE_DATE.put(1601861442L, 4956585L);
|
||||
|
|
Loading…
Add table
Reference in a new issue