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

Manfred Karrer notifications at github.com
Tue Apr 30 17:29:22 UTC 2019


ManfredKarrer 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?

Probably

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


More information about the bisq-github mailing list