1 2 3 4 5 6 7
//Generator.java private void forge(Block lastBlock, int timestamp, boolean reset) { BlockchainProcessorImpl.getInstance().generateBlock(secretPhrase, timestamp) //comment the code below }