From 955f6e1a5cb270aa77a7044b9b62da6edbe5817e Mon Sep 17 00:00:00 2001 From: Casey Gardiner <44983607+0xCasey@users.noreply.github.com> Date: Mon, 15 Nov 2021 10:20:29 -0700 Subject: [PATCH] Update controller to remove development testing code --- libraries/chain/controller.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/chain/controller.cpp b/libraries/chain/controller.cpp index 7d620d742..659a4a148 100644 --- a/libraries/chain/controller.cpp +++ b/libraries/chain/controller.cpp @@ -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 @@ -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 @@ -1378,7 +1379,7 @@ namespace eosio { a.contractname = "eosio.msig"; a.blocktimestamp = 1; }); - + */ }