Skip to content

Commit

Permalink
Merge pull request #324 from fioprotocol/0xCasey-patch-1
Browse files Browse the repository at this point in the history
Update controller to remove development testing code
  • Loading branch information
adsorptionenthalpy authored Nov 19, 2021
2 parents 213f001 + 955f6e1 commit 10d3059
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 10d3059

Please sign in to comment.