Skip to content

Commit

Permalink
- copy constructor of legacy_comment_options_operation was not copyi…
Browse files Browse the repository at this point in the history
…ng the percent_steem_dollar field

    - issue: #2807
  • Loading branch information
rajatsteemit committed Aug 23, 2018
1 parent 29e1fc6 commit e10356d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ namespace steem { namespace plugins { namespace condenser_api {
author( op.author ),
permlink( op.permlink ),
max_accepted_payout( legacy_asset::from_asset( op.max_accepted_payout ) ),
percent_steem_dollars( op.percent_steem_dollars ),
allow_votes( op.allow_votes ),
allow_curation_rewards( op.allow_curation_rewards )
{
Expand Down

0 comments on commit e10356d

Please sign in to comment.