Skip to content

Commit f53e734

Browse files
#12 Conclusions
1 parent 060c56c commit f53e734

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,10 @@ const addBlock = (candidateBlock: Block): void => {
9696
}
9797
};
9898

99+
createNewBlock("second block");
100+
createNewBlock("third block");
101+
createNewBlock("fourth block");
102+
103+
console.log(blockchain);
104+
99105
export {};

0 commit comments

Comments
 (0)