Skip to content

Commit

Permalink
Merge branch 'release/0.1.7' of github.com:renproject/lightnode into …
Browse files Browse the repository at this point in the history
…release/0.1.7
  • Loading branch information
tok-kkk committed May 19, 2020
2 parents c30fa3b + c82b5e2 commit f7e4c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 0.1.7
- Update confirmations to be the same as darknodes
- Update confirmations to be the same as Darknodes

## 0.1.6

Expand Down
2 changes: 1 addition & 1 deletion resolver/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (resolver *Resolver) QueryStat(ctx context.Context, id interface{}, params
}

func (resolver *Resolver) QueryTxs(ctx context.Context, id interface{}, params *jsonrpc.ParamsQueryTxs, r *http.Request) jsonrpc.Response {
// TODO : Implement the queryTx method.
// TODO: Implement the queryTx method.
return jsonrpc.NewResponse(id, nil, &jsonrpc.Error{
Code: jsonrpc.ErrorCodeMethodNotFound,
Message: "unsupported method",
Expand Down

0 comments on commit f7e4c75

Please sign in to comment.