mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Exclude depositTxId as it seems that leads to
duplicates (we got about 1000 objects more without excluding it, so seems some traders had set it to null, prob. due bugs)
This commit is contained in:
parent
e5dd316a0a
commit
b71930252f
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ public final class TradeStatistics2 implements ProcessOncePersistableNetworkPayl
|
|||
// tradeDate is different for both peers so we ignore it for hash
|
||||
@JsonExclude
|
||||
private final long tradeDate;
|
||||
@JsonExclude
|
||||
@Nullable
|
||||
private final String depositTxId;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue