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:
chimp1984 2020-10-13 11:29:54 -05:00
parent e5dd316a0a
commit b71930252f
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

View File

@ -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;