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

Fix --rpcconfig cli option #3620

Merged
merged 1 commit into from Jan 24, 2022

Conversation

pwojcikdev
Copy link
Contributor

Small fix for --rpcconfig command line option. I noticed it was mentioned in documentation and the logic to process it was already implemented, however it was missing from option descriptions, so it was impossible to use it. This pull request fixes that.

@dsiganos
Copy link
Contributor

dsiganos commented Dec 18, 2021

Hi @fikumikudev, did you test that the option works? If it was never exercised it might be broken.
Can we create a test case for it? I am happy to help if you need help.

@pwojcikdev
Copy link
Contributor Author

Yes, I checked it and it seems to work. If there are any tests for '--config' option it would be possible to create analogous for '--rpcconfig', but I can't find anything.

@zhyatt zhyatt added this to the V24.0 milestone Jan 3, 2022
@cryptocode
Copy link
Contributor

This cli option was originally introduced in #3069 and then removed (presumably by mistake) in b0f81d5

@dsiganos
Copy link
Contributor

dsiganos commented Jan 4, 2022

@fikumikudev we could do a "systest" as regression test for "--rpcconfig"
Something similar to:
https://github.com/nanocurrency/nano-node/blob/develop/systest/set_bandwidth_params.sh

@dsiganos dsiganos merged commit 91928c8 into nanocurrency:develop Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants