<p></p>
<p><b>@chimp1984</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4831#discussion_r528257668">core/src/main/java/bisq/core/trade/statistics/TradeStatisticsManager.java</a>:</p>
<pre style='color:#555'>> @@ -135,6 +137,24 @@ private void maybeDumpStatistics() {
                     .collect(Collectors.toCollection(ArrayList::new));
             cryptoCurrencyList.add(0, new CurrencyTuple(Res.getBaseCurrencyCode(), Res.getBaseCurrencyName(), 8));
             jsonFileManager.writeToDiscThreaded(Utilities.objectToJson(cryptoCurrencyList), "crypto_currency_list");
+
+            Instant yearAgo = Instant.ofEpochSecond(Instant.now().getEpochSecond() - 60 * 60 * 24 * 365);
</pre>
<p>Alterntive to <code>60 * 60 * 24 * 365</code>: <code>TimeUnit.DAYS.toSeconds(365)</code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4831#pullrequestreview-536017233">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWBG3QC5NEQUFSZBELSRBGRBANCNFSM4T5KILUQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNW356ZV6CKUJGB4LWTSRBGRBA5CNFSM4T5KILU2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOD7ZPSUI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4831#pullrequestreview-536017233",
"url": "https://github.com/bisq-network/bisq/pull/4831#pullrequestreview-536017233",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>