Skip to content

Commit

Permalink
Complete removal of smt_creation_fee
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Aug 26, 2019
1 parent 14ca14c commit 3970f50
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,6 @@ struct extended_dynamic_global_properties
sps_fund_percent( o.sps_fund_percent ),
sps_interval_ledger( legacy_asset::from_asset( o.sps_interval_ledger ) ),
downvote_pool_percent( o.downvote_pool_percent )
#ifdef STEEM_ENABLE_SMT
,
smt_creation_fee( legacy_asset::from_asset( o.smt_creation_fee ) )
#endif
{}

uint32_t head_block_number = 0;
Expand Down

0 comments on commit 3970f50

Please sign in to comment.