trezorlib: update CallException to match the old one

which is now TrezorFailure
pull/25/head
matejcik 6 years ago
parent 1f2db3666b
commit 36a81fd9e7

@ -22,9 +22,9 @@ import unicodedata
from typing import List, NewType
from .coins import slip44
from .exceptions import TrezorException
from .exceptions import TrezorFailure
CallException = TrezorException
CallException = TrezorFailure
HARDENED_FLAG = 1 << 31

Loading…
Cancel
Save