mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Remove comment
This commit is contained in:
parent
af27682f2f
commit
fcd3106eb4
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue