Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ejossev committed Nov 26, 2018
1 parent 56c126a commit 79c6b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/chain/include/sophiatx/chain/account_object.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ namespace sophiatx { namespace chain {


share_type total_balance() const{ return balance.amount + vesting_shares.amount;}
int64_t total_balance_ll() const{ return total_balance().value;}
/// This function should be used only when the account votes for a witness directly
share_type witness_vote_weight()const {
return proxied_vsf_votes_total() + balance.amount + vesting_shares.amount;
Expand Down

0 comments on commit 79c6b74

Please sign in to comment.