Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashatyrev committed Mar 3, 2016
1 parent d6aaade commit 66facd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereumj-core/src/main/java/org/ethereum/Start.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static void main(String args[]) throws IOException, URISyntaxException {
CONFIG.setDiscoveryEnabled(false);
}

Ethereum ethereum = EthereumFactory.createEthereum();
Ethereum ethereum = EthereumFactory.createEthereum() ;

if (!CONFIG.blocksLoader().equals(""))
ethereum.getBlockLoader().loadBlocks();
Expand Down

0 comments on commit 66facd0

Please sign in to comment.