Skip to content

Commit

Permalink
Merge pull request #278 from fioprotocol/ericbutz-patch-1
Browse files Browse the repository at this point in the history
Comment out addaction bootstrap commands
  • Loading branch information
ericbutz authored Apr 19, 2021
2 parents 7578b73 + a5671cf commit 84599cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ namespace eosio {
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 @@ -1380,6 +1380,7 @@ namespace eosio {
a.blocktimestamp = 1;
});
*/

}

Expand Down

0 comments on commit 84599cb

Please sign in to comment.