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
As per this function:
hm-pyhelper/hm_pyhelper/miner_param.py
Lines 254 to 268 in 2a6067a
The did_gateway_mfr_test_result_include_miner_key_pass only checks slot 0.
did_gateway_mfr_test_result_include_miner_key_pass
If the slot is 2 for example the key in the output will be miner_key(2) and this will fail
miner_key(2)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As per this function:
hm-pyhelper/hm_pyhelper/miner_param.py
Lines 254 to 268 in 2a6067a
The
did_gateway_mfr_test_result_include_miner_key_pass
only checks slot 0.If the slot is 2 for example the key in the output will be
miner_key(2)
and this will failThe text was updated successfully, but these errors were encountered: