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

[R4R]add -deprecatedrpc=warnings in wrapper.sh for bitcoin start command #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

guoshijiang
Copy link

Compatible with different versions of bitcoin core。

In Bitcoin Core version 28.0, the warnings field for RPC commands such as getnetworkinfo, getblockchaininfo, and getmininginfo was changed from a single string to an array of strings. 

If you need to restore the old behavior, you can add the -deprecatedrpc=warnings configuration option when starting Bitcoin Core.

Note that support for the old behavior may be removed in future versions, and it is recommended to update applications that rely on this field to adapt to the new data format.

Compatible with different versions of bitcoin core
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

Successfully merging this pull request may close these issues.

2 participants