[bisq-network/bisq] New trade statistics (#4611)

chimp1984 notifications at github.com
Fri Oct 9 14:52:54 UTC 2020


@chimp1984 commented on this pull request.



> +        US_POSTAL_MONEY_ORDER,
+        CASH_DEPOSIT,
+        MONEY_GRAM,
+        WESTERN_UNION,
+        HAL_CASH,
+        F2F,
+        BLOCK_CHAINS,
+        PROMPT_PAY,
+        ADVANCED_CASH,
+        BLOCK_CHAINS_INSTANT
+    }
+
+    private final String currency;
+    private final long price;
+    private final long amount;
+    private final String paymentMethod;

As we store only the ordinal as string, its from data size same...only when paymentMethod is stored as full string we get a bit more data.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4611#discussion_r502485376
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201009/936b043e/attachment.html>


More information about the bisq-github mailing list