mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 14:44:10 +01:00
Remove comment (question answered)
This commit is contained in:
parent
1a7ad0be0d
commit
713867b990
@ -53,8 +53,8 @@ import static bisq.core.offer.OfferPayload.Direction.BUY;
|
|||||||
public class OfferBook {
|
public class OfferBook {
|
||||||
private final OfferBookService offerBookService;
|
private final OfferBookService offerBookService;
|
||||||
private final ObservableList<OfferBookListItem> offerBookListItems = FXCollections.observableArrayList();
|
private final ObservableList<OfferBookListItem> offerBookListItems = FXCollections.observableArrayList();
|
||||||
private final Map<String, Integer> buyOfferCountMap = new HashMap<>(); // TODO what is this for?
|
private final Map<String, Integer> buyOfferCountMap = new HashMap<>();
|
||||||
private final Map<String, Integer> sellOfferCountMap = new HashMap<>(); // TODO what is this for?
|
private final Map<String, Integer> sellOfferCountMap = new HashMap<>();
|
||||||
private final FilterManager filterManager;
|
private final FilterManager filterManager;
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user