Skip to content

Commit

Permalink
feat: Move to dev version of boostpow-js
Browse files Browse the repository at this point in the history
  • Loading branch information
GaeaKat committed Oct 22, 2023
1 parent e6029d0 commit 9495aa3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"bitcoinjs-message": "^2.2.0",
"bmapjs": "^0.4.0-beta.21",
"boom": "^7.3.0",
"boostpow": "^1.5.0",
"boostpow": "https://github.com/pow-co/boostpow-js",
"bsv": "^1.5.5",
"bsv-2": "npm:bsv@^2.0.10",
"bsv-message": "^1.0.3",
Expand Down
3 changes: 2 additions & 1 deletion src/importer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import { BoostPowJob, BoostPowJobProof, bsv } from "boostpow";
import { BoostPowJob, BoostPowJobProof} from "boostpow";
import bsv from "bsv"
import delay = require("delay");
import { importBoostProof } from "./boost";
import { log } from "./log";
Expand Down

0 comments on commit 9495aa3

Please sign in to comment.