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

Correct example result for engine_exchangeTransitionConfigurationV1 #1388

Closed
alexandratran opened this issue Aug 24, 2023 · 4 comments
Closed
Labels
good first issue Good for newcomers

Comments

@alexandratran
Copy link
Contributor

Remove the incorrect "payloadId": null at the end of the example JSON result for engine_exchangeTransitionConfigurationV1.

The example result should just be:

{
  "jsonrpc": "2.0",
  "id": 67,
  "result": {
    "terminalTotalDifficulty": 0,
    "terminalBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "terminalBlockNumber": "0x1"
  }
}
@alexandratran alexandratran added the good first issue Good for newcomers label Aug 24, 2023
@Vikramop
Copy link
Contributor

Vikramop commented Aug 24, 2023

Hi @alexandratran , can you guide me to the file where the changes to be made.

@alexandratran
Copy link
Contributor Author

@Vikramop
Copy link
Contributor

Thank you for guiding, Btw I have raised my pr.
#1389

@alexandratran
Copy link
Contributor Author

fixed by #1389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants