[bisq-network/bisq] Add protection tools (#2787)

Christoph Atteneder notifications at github.com
Tue Apr 30 11:21:27 UTC 2019


ripcurlx commented on this pull request.



> + */
+
+package bisq.core.account.score;
+
+import org.bitcoinj.core.Coin;
+
+import java.util.Optional;
+
+import lombok.Value;
+
+ at Value
+public class ScoreInfo {
+    private AccountScoreCategory accountScoreCategory;
+    private long accountAge;
+    private Optional<Long> signedTradeAge;
+    private Coin minDepositAsCoin; //TODO remove?

I think this will be gone as we are not able to force this from the maker's side - right?

-- 
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/2787#pullrequestreview-232114418
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190430/cad57d65/attachment.html>


More information about the bisq-github mailing list