Skip to content

Commit

Permalink
Merge pull request #360 from fioprotocol/BD-3939
Browse files Browse the repository at this point in the history
BD-3939: Updated controller to remove dev-specific logic
  • Loading branch information
misterleet authored Jul 18, 2022
2 parents 2ead7bb + 0e3345d commit be5db58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ namespace eosio {
majority_permission.id,
active_producers_authority,
conf.genesis.initial_timestamp);

/*
// add begin comment here prior to release
//these actions are added to the action mapping here to permit the launch of
Expand Down Expand Up @@ -1382,7 +1382,7 @@ namespace eosio {
a.blocktimestamp = 1;
});
// add ending comment here before release

*/
}


Expand Down

0 comments on commit be5db58

Please sign in to comment.