Skip to content

Commit

Permalink
Fee fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JulyIghor committed Sep 8, 2019
1 parent 8cfbeac commit a921d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exchange/exchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void Exchange::clearVariables()
lastUsdBalance = 0.0;
lastAvUsdBalance = 0.0;
lastVolume = 0.0;
lastFee = 0.0;
lastFee = -1.0;
}

void Exchange::filterAvailableUSDAmountValue(double*)
Expand Down

0 comments on commit a921d34

Please sign in to comment.