Skip to content

Commit

Permalink
Update core/src/main/java/bisq/core/dao/governance/asset/AssetService…
Browse files Browse the repository at this point in the history
….java

Co-authored-by: sqrrm <[email protected]>
  • Loading branch information
chimp1984 and sqrrm authored Aug 22, 2020
1 parent a9ce9f4 commit 64dc529
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public void onFailure(TxBroadcastException exception) {
// Private
///////////////////////////////////////////////////////////////////////////////////////////

// Get the trade volume from lookupDate until current date
private long getTradeVolume(long lookupDate, @Nullable List<TradeAmountDateTuple> tradeAmountDateTupleList) {
if (tradeAmountDateTupleList == null) {
// Was never traded
Expand Down

0 comments on commit 64dc529

Please sign in to comment.