Skip to content

Commit

Permalink
steemit#2022 fix synatx error
Browse files Browse the repository at this point in the history
  • Loading branch information
TimCliff committed Jun 5, 2018
1 parent b85e9a9 commit 223ffa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ share_type database::cashout_comment_helper( util::comment_reward_context& ctx,
else
{
auto vest_created = create_vesting( get_account( b.account ), asset( benefactor_tokens, STEEM_SYMBOL ), has_hardfork( STEEM_HARDFORK_0_17__659 ) );
push_virtual_operation( comment_benefactor_reward_operation( b.account, comment.author, to_string( comment.permlink ), asset( 0, SBD_SYMBOL ), asset( 0, STEEM_SYMBOL ), vest_created ) )
push_virtual_operation( comment_benefactor_reward_operation( b.account, comment.author, to_string( comment.permlink ), asset( 0, SBD_SYMBOL ), asset( 0, STEEM_SYMBOL ), vest_created ) );
}

total_beneficiary += benefactor_tokens;
Expand Down

0 comments on commit 223ffa1

Please sign in to comment.