Skip to content

Commit

Permalink
BSIP81: Merge resolution with Issue 1780
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelSantos committed Apr 18, 2020
1 parent 6d750c6 commit 3408aac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/chain/asset_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,8 @@ operation_result asset_settle_evaluator::do_apply(const asset_settle_evaluator::
// performance loss. Needs testing.
if( d.head_block_time() >= HARDFORK_CORE_1780_TIME )
{
auto issuer_fees = d.pay_market_fees( fee_paying_account, settled_amount.asset_id(d), settled_amount );
const bool is_maker = false; // Settlement orders are takers
auto issuer_fees = d.pay_market_fees( fee_paying_account, settled_amount.asset_id(d), settled_amount , is_maker );
settled_amount -= issuer_fees;
}

Expand Down

0 comments on commit 3408aac

Please sign in to comment.