File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
core/src/main/java/haveno/core/trade/statistics Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ private static long fuzzTradeDateReproducibly(Trade trade) { // randomize compl
121
121
// The payment method string can be quite long and would consume 15% more space.
122
122
// When we get a new payment method we can add it to the enum at the end. Old users would add it as string if not
123
123
// recognized.
124
+ // NOTE: Only ***UNUSED*** payment methods can be added here, otherwise historical stats will have a different hash than new stats.
124
125
private enum PaymentMethodMapper {
125
126
OK_PAY ,
126
127
CASH_APP ,
@@ -178,9 +179,7 @@ private enum PaymentMethodMapper {
178
179
TRANSFERWISE_USD ,
179
180
ACH_TRANSFER ,
180
181
DOMESTIC_WIRE_TRANSFER ,
181
- PAYPAL ,
182
- PAYSAFE ,
183
- CASH_AT_ATM
182
+ PAYPAL
184
183
}
185
184
186
185
@ Getter
You can’t perform that action at this time.
0 commit comments