Skip to content

Commit

Permalink
chore: nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed May 25, 2024
1 parent 9942cdf commit 86d564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ bool LLMoney_Trans(std::string from, std::string to, long long val, std::string
if (!to.empty()) {
auto tmoney = LLMoney_Get(to);
if (from.empty()) {
tmoney += val
tmoney += val;
} else {
tmoney += val - val * Settings::pay_tax;
}
Expand Down

0 comments on commit 86d564c

Please sign in to comment.