Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
fix: get address summary method and bump a version
Browse files Browse the repository at this point in the history
  • Loading branch information
antouhou authored Feb 11, 2020
1 parent 8b0f885 commit a97cec0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rpcServer/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const createCommands = (
getBlockHash: getBlockHash(dashcoreAPI),
getMnListDiff: getMnListDiff(dashcoreAPI),
getUTXO: getUTXO(insightAPI),
getAddressSummary: getAddressSummary(dashcoreAPI),
getAddressSummary: getAddressSummary(insightAPI),

getIdentity: getIdentityHandlerFactory(
tendermintRpcClient, handleAbciResponse, new Validator(getIdentityArgsSchema),
Expand Down
2 changes: 1 addition & 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
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi",
"version": "0.10.0-dev.2",
"version": "0.10.0-dev.3",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down

0 comments on commit a97cec0

Please sign in to comment.