Skip to content

Commit

Permalink
up to 20M
Browse files Browse the repository at this point in the history
  • Loading branch information
revflash committed Aug 5, 2016
1 parent dcb13c1 commit 173d092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/steem_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ void vote_evaluator::do_apply( const vote_operation& o )
if( abs_rshares == 0 ) abs_rshares = 1;

if( db().is_producing() ) {
FC_ASSERT( abs_rshares > 5000000, "voting weight is too small, please accumulate more voting power or steem power" );
FC_ASSERT( abs_rshares > 20000000, "voting weight is too small, please accumulate more voting power or steem power" );
}


Expand Down

0 comments on commit 173d092

Please sign in to comment.