Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlibre committed May 25, 2024
1 parent 61a778b commit e5a7ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/blockchain.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Blockchain from "../library/main.js";
import Wallet from "../library/wallet.js";
import Consensus from "../library/pow-consensus.js";
import { initJsonFile } from "../library/utils.js";
import Wallet from "../library/wallet.js";
import { name, dbPath, minerKeysFile, hostUrl, nodesList } from "./config.js";
const consensus = new Consensus();

Expand Down

0 comments on commit e5a7ba2

Please sign in to comment.