mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-12 00:20:08 -04:00
This commit is contained in:
parent
f722ca4cd4
commit
7fb7504046
1 changed files with 2 additions and 3 deletions
|
@ -121,6 +121,7 @@ public final class TradeStatistics3 implements ProcessOncePersistableNetworkPayl
|
|||
// The payment method string can be quite long and would consume 15% more space.
|
||||
// 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
|
||||
// recognized.
|
||||
// NOTE: Only ***UNUSED*** payment methods can be added here, otherwise historical stats will have a different hash than new stats.
|
||||
private enum PaymentMethodMapper {
|
||||
OK_PAY,
|
||||
CASH_APP,
|
||||
|
@ -178,9 +179,7 @@ public final class TradeStatistics3 implements ProcessOncePersistableNetworkPayl
|
|||
TRANSFERWISE_USD,
|
||||
ACH_TRANSFER,
|
||||
DOMESTIC_WIRE_TRANSFER,
|
||||
PAYPAL,
|
||||
PAYSAFE,
|
||||
CASH_AT_ATM
|
||||
PAYPAL
|
||||
}
|
||||
|
||||
@Getter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue