Skip to content

Commit

Permalink
more fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfred committed Oct 24, 2018
1 parent 6159e58 commit f2f2003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/chain/asset_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ void_result asset_issue_evaluator::do_apply( const asset_issue_operation& o )
db().modify( *asset_dyn_data, [&o]( asset_dynamic_data_object& data ){
data.current_supply += o.asset_to_issue.amount;
});

return void_result();
} FC_CAPTURE_AND_RETHROW( (o) ) }

Expand Down

0 comments on commit f2f2003

Please sign in to comment.