Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Found an error in ontrpcapi.md #83

Closed
lpffzx opened this issue Apr 27, 2018 · 1 comment
Closed

Found an error in ontrpcapi.md #83

lpffzx opened this issue Apr 27, 2018 · 1 comment

Comments

@lpffzx
Copy link

lpffzx commented Apr 27, 2018

Found an error in docs/specifications/ontrpcapi.md, the api name and instructions don't match, as follows:

6. getgenerateblocktime

Get a list of unconfirmed transactions in memory.

Example

Request:

{
  "jsonrpc": "2.0",
  "method": "getgenerateblocktime",
  "params": [],
  "id": 1
}

Reponse:

{
  "desc":"SUCCESS",
  "error":0,
  "jsonrpc": "2.0",
  "id": 1,
  "result": [
    "b4534f6d4c17cda008a76a1968b7fa6256cd90ca448739eae8e828698ccc44e7"
  ]
}

These are the undetermined transactions received by the node, that is, those with zero confirmed transactions.

@lucas7788
Copy link
Contributor

@lpffzx ffe6560 已解决

@laizy laizy closed this as completed May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants