[bisq-network/bisq] Re-introduce account age to chargeback risk payment methods (#3580)

Christoph Atteneder notifications at github.com
Mon Nov 11 12:55:54 UTC 2019


ripcurlx commented on this pull request.



>  
         // outer circle
         Color ringColor;
         if (isFiatCurrency) {
 
-            switch (accountAgeWitnessService.getPeersAccountAgeCategory(peersAccount.first)) {
+            switch (accountAgeWitnessService.getPeersAccountAgeCategory(accountAge)) {

Yes, I wasn't sure in that case if we should use always accountAge or selectively switch the colors. But true for people used to the color codes it might trick them into false security if always accountAge is used. Will adapt it based on chargeback risk.

-- 
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/3580#discussion_r344698288
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191111/a852de25/attachment.html>


More information about the bisq-github mailing list