Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyZhao committed Oct 21, 2018
1 parent 3782f9f commit b8d8f8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ namespace utils
asset free_balance = get_balance(free_creditor);
asset paid_balance = get_balance(paid_creditor);
uint64_t min_paid_creditor_balance = get_min_paid_creditor_balance();
//uint64_t min_paid_creditor_balance = MIN_FREE_CREDITOR_BALANCE;
auto free_rotated = free_balance.amount > MIN_FREE_CREDITOR_BALANCE ?TRUE:FALSE;
auto paid_rotated = paid_balance.amount > min_paid_creditor_balance ?TRUE:FALSE;
auto idx = c.get_index<N(updated_at)>();
Expand Down

0 comments on commit b8d8f8b

Please sign in to comment.