mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +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
@ -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…
Reference in New Issue
Block a user