Skip to content

Commit

Permalink
Update controller to remove development testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCasey authored Nov 15, 2021
1 parent 213f001 commit 955f6e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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);

/*
//these actions are added to the action mapping here to permit the launch of
//test networks for development testing and private test net testing.
//we put the actions into the table here and they are initialized for use
Expand Down Expand Up @@ -1352,6 +1352,7 @@ namespace eosio {
a.contractname = "eosio";
a.blocktimestamp = 1;
});
//SPECIAL NOTE for fork testing on FIO dev net when bootstrapped with 2.0
//be sure to comment out these actions if your dev net was boot strapped using dev tools
Expand All @@ -1378,7 +1379,7 @@ namespace eosio {
a.contractname = "eosio.msig";
a.blocktimestamp = 1;
});

*/
}


Expand Down

0 comments on commit 955f6e1

Please sign in to comment.