Skip to content

Commit

Permalink
bhn fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacohend committed Jan 10, 2020
1 parent aabc597 commit 057c836
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 714 deletions.
2 changes: 1 addition & 1 deletion lib/bhn/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 91,7 @@ async function startNode(config) {
prefix: config.getPrefix(),
logLevel: config.str('log-level', 'info'),
// indexer options
startTip: config.array('start-tip'),
startBlock: config.array('start-block'),
startHeight: config.int('start-height'),
// pool options
proxy: config.str('proxy'),
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 56,14 @@
"async-retry": "^1.2.3",
"bcfg": "^0.1.6",
"bclient": "^0.1.7",
"bcoin": "^1.0.2",
"bcoin": "bcoin-org/bcoin",
"bfile": "^0.2.1",
"bhn": "https://github.com/chainpoint/bitcoin-header-node.git",
"blake2s-js": "^1.3.0",
"bluebird": "^3.5.3",
"bsert": "^0.0.10",
"chainpoint-binary": "^5.0.0",
"chainpoint-client": "chainpoint/chainpoint-client-js#core-v2-support",
"chainpoint-client": "^0.4.2",
"chainpoint-proof-json-schema": "^2.0.1",
"chalk": "^2.4.2",
"envalid": "^3.1.1",
Expand Down
Loading

0 comments on commit 057c836

Please sign in to comment.