Skip to content

Commit

Permalink
Remove smt_creation_fee. CI was not happy with reflection.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Aug 26, 2019
1 parent b80bb9a commit 14ca14c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,6 @@ struct extended_dynamic_global_properties
legacy_asset sps_interval_ledger;

uint16_t downvote_pool_percent = 0;
FC_TODO( "Remove STEEM_ENABLE_SMT when merging to master" )
#ifdef STEEM_ENABLE_SMT
legacy_asset smt_creation_fee;
#endif
};

struct api_witness_object
Expand Down Expand Up @@ -1247,10 +1243,6 @@ FC_REFLECT( steem::plugins::condenser_api::extended_dynamic_global_properties,
(maximum_block_size)(required_actions_partition_percent)(current_aslot)(recent_slots_filled)(participation_count)(last_irreversible_block_num)
(vote_power_reserve_rate)(delegation_return_period)(reverse_auction_seconds)(available_account_subsidies)(sbd_stop_percent)(sbd_start_percent)
(next_maintenance_time)(last_budget_time)(content_reward_percent)(vesting_reward_percent)(sps_fund_percent)(sps_interval_ledger)(downvote_pool_percent)
FC_TODO( "Remove STEEM_ENABLE_SMT when merging to master" )
#ifdef STEEM_ENABLE_SMT
(smt_creation_fee)
#endif
)

FC_REFLECT( steem::plugins::condenser_api::api_witness_object,
Expand Down

0 comments on commit 14ca14c

Please sign in to comment.