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
trezor-agent/libagent/device/trezor.py
Lines 18 to 20 in 3c911e9
trezor-agent
trezor_agent
trezor-agent/libagent/device/ledger.py
Lines 59 to 61 in 3c911e9
ledger_agent
trezor-agent/libagent/device/jade.py
Lines 29 to 31 in 3c911e9
jade_agent
trezor-agent/libagent/device/keepkey.py
Lines 24 to 26 in 3c911e9
keepkey_agent
trezor-agent/libagent/device/onlykey.py
Lines 27 to 29 in 3c911e9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
trezor-agent/libagent/device/trezor.py
Lines 18 to 20 in 3c911e9
Unclear if it should be
trezor-agent
ortrezor_agent
. See this comment.trezor-agent/libagent/device/ledger.py
Lines 59 to 61 in 3c911e9
Should be
ledger_agent
. See PyPI.trezor-agent/libagent/device/jade.py
Lines 29 to 31 in 3c911e9
Should be
jade_agent
but is in fact no longer on PyPI (see 3c911e9).trezor-agent/libagent/device/keepkey.py
Lines 24 to 26 in 3c911e9
Should be
keepkey_agent
. See PyPI.trezor-agent/libagent/device/onlykey.py
Lines 27 to 29 in 3c911e9
Included only to show that I checked this too. But the value returned here matches that on PyPI.
The text was updated successfully, but these errors were encountered: