Skip to content

Commit

Permalink
Update desktop/src/main/java/bisq/desktop/main/dao/burnbsq/assetfee/A…
Browse files Browse the repository at this point in the history
…ssetFeeView.java

Co-authored-by: sqrrm <[email protected]>
  • Loading branch information
chimp1984 and sqrrm authored Aug 22, 2020
1 parent 64dc529 commit 67312a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ private long getDays() {
// We only update on new BSQ blocks and at view activation. We do not update at each trade statistics change as
// that would cause too much CPU load. The assetService.updateAssetStates() call takes about 22 ms.
private void updateList() {
log.error("updateList");
// Here we exclude the assets which have been removed by voting. Paying a fee would not change the state.
List<StatefulAsset> statefulAssets = assetService.getStatefulAssets();
ObservableList<StatefulAsset> nonRemovedStatefulAssets = FXCollections.observableArrayList(statefulAssets.stream()
Expand Down

0 comments on commit 67312a5

Please sign in to comment.