mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Add comments
This commit is contained in:
parent
4244f807c7
commit
d2f43373fd
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ public final class TradeStatistics3 implements ProcessOncePersistableNetworkPayl
|
|||
@Getter
|
||||
private final long price;
|
||||
@Getter
|
||||
private final long amount;
|
||||
private final long amount; // BTC amount
|
||||
private final String paymentMethod;
|
||||
// As only seller is publishing it is the sellers trade date
|
||||
private final long date;
|
||||
|
@ -193,7 +193,7 @@ public final class TradeStatistics3 implements ProcessOncePersistableNetworkPayl
|
|||
private transient final Date dateObj;
|
||||
|
||||
@JsonExclude
|
||||
private transient Volume volume = null;
|
||||
private transient Volume volume = null; // Fiat or altcoin volume
|
||||
@JsonExclude
|
||||
private transient LocalDateTime localDateTime;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue