We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it should be {"address": "..."} json, not just pk, e.g.
{"address": "..."}
curl -X 'POST' \ 'http://127.0.0.1:9053/wallet/updateChangeAddress' \ -H 'accept: application/json' \ -H 'api_key: hello' \ -H 'Content-Type: application/json' \ -d '{ "address":"9fPRvaMYzBPotu6NGvZn4A6N4J2jDmRGs4Zwc9UhFFeSXgRJ8pS" }'
The text was updated successfully, but these errors were encountered:
Merge pull request #2201 from ccellado/#2199-fix-openapi-update_walle…
773a59c
…t_address Fix openapi.yaml for /wallet/updateChangeAddress
ccellado
Successfully merging a pull request may close this issue.
it should be
{"address": "..."}
json, not just pk, e.g.The text was updated successfully, but these errors were encountered: