Skip to content

Commit

Permalink
Use accumulate_fee method
Browse files Browse the repository at this point in the history
  • Loading branch information
christophersanborn committed Apr 25, 2020
1 parent 16023af commit 09a96da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/db_market.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ asset database::pay_force_settle_fees(const asset_object& collecting_asset, cons

// Deposit fee in asset's dynamic data object:
if( value > 0) {
collecting_asset.bitasset_data(*this).receive_collateral_fee(*this, settle_fee);
collecting_asset.accumulate_fee(*this, settle_fee);
}
return settle_fee;
}
Expand Down

0 comments on commit 09a96da

Please sign in to comment.