Pass 'state' during TREZOR initialization

This commit is contained in:
Roman Zeyde
2018-03-27 15:58:42 +03:00
parent 5efb752979
commit 7443fc6512
3 changed files with 17 additions and 3 deletions

View File

@@ -32,6 +32,9 @@ class KeepKey(trezor.Trezor):
required_version = '>=1.0.4'
def _override_state_handler(self, _):
"""No support for `state` handling on Keepkey."""
def pubkey(self, identity, ecdh=False):
"""Return public key."""
_verify_support(identity, ecdh)