We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92db11 commit eb73332Copy full SHA for eb73332
src/main/java/com/rampatra/blockchain/Blockchain.java
@@ -10,7 +10,7 @@
10
* @author rampatra
11
* @since 2019-03-05
12
*/
13
-public class Blockchain {
+public class Blockchain { // TODO: WIP
14
15
private List<Block> blockchain;
16
private int difficulty;
0 commit comments