Skip to content

Commit

Permalink
Small refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz-Trela committed Feb 7, 2018
1 parent 2b1ea23 commit 3b411e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ namespace steem { namespace chain {

id_type id;

using t_beneficiaries = t_vector< fc::time_point_sec >;
using t_processed_hardforks = t_vector< fc::time_point_sec >;

t_beneficiaries processed_hardforks;
t_processed_hardforks processed_hardforks;
uint32_t last_hardfork = 0;
protocol::hardfork_version current_hardfork_version;
protocol::hardfork_version next_hardfork;
Expand Down

0 comments on commit 3b411e9

Please sign in to comment.