We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb6d33 commit 2f09d91Copy full SHA for 2f09d91
main.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const { Blockchain } = require('./lib/storage.js');
+const Blockchain = require('./lib/storage.js');
4
5
const main = async () => {
6
const chain = await new Blockchain('./data');
0 commit comments