Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemaster committed Jul 15, 2016
1 parent 1983339 commit 30bfc45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/chain/steem_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@ void challenge_authority_evaluator::do_apply( const challenge_authority_operatio

void prove_authority_evaluator::do_apply( const prove_authority_operation& o ) {
const auto& challenged = db().get_account( o.challenged );
FC_ASSERT( challenged.owner_challenged || challenged.active_challenged );
db.modify( challenged, [&]( account_object& a ) {
o.active_challenged = false;
if( o.require_owner )
Expand Down

0 comments on commit 30bfc45

Please sign in to comment.