From fcd3106eb46ebedf3f1aee39329607e3cd3559d9 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Thu, 21 Sep 2017 09:57:33 -0500 Subject: [PATCH] Remove comment --- .../java/io/bisq/core/trade/statistics/TradeStatistics.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/src/main/java/io/bisq/core/trade/statistics/TradeStatistics.java b/core/src/main/java/io/bisq/core/trade/statistics/TradeStatistics.java index 60267e19a3..9e44d8f0cd 100644 --- a/core/src/main/java/io/bisq/core/trade/statistics/TradeStatistics.java +++ b/core/src/main/java/io/bisq/core/trade/statistics/TradeStatistics.java @@ -49,10 +49,6 @@ public final class TradeStatistics implements LazyProcessedStoragePayload, Persi private final byte[] signaturePubKeyBytes; @JsonExclude transient private final PublicKey signaturePubKey; - - //TODO check if it breaks existing objects - // @Nullable - // private final byte[] saltedHashOfPaymentAccount; // Should be only used in emergency case if we need to add data but do not want to break backward compatibility // at the P2P network storage checks. The hash of the object will be used to verify if the data is valid. Any new