Skip to content

Commit

Permalink
fix: remove DisplayBip32PathFailError
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Oct 21, 2022
1 parent 5433fe1 commit bacd36e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/ledgercomm/boilerplate_client/exception/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
InsNotSupportedError,
ClaNotSupportedError,
WrongResponseLengthError,
DisplayBip32PathFailError,
DisplayAddressFailError,
DisplayAmountFailError,
WrongTxLengthError,
Expand All @@ -24,7 +23,6 @@
"InsNotSupportedError",
"ClaNotSupportedError",
"WrongResponseLengthError",
"DisplayBip32PathFailError",
"DisplayAddressFailError",
"DisplayAmountFailError",
"WrongTxLengthError",
Expand Down
2 changes: 0 additions & 2 deletions tests/speculos/boilerplate_client/exception/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
InsNotSupportedError,
ClaNotSupportedError,
WrongResponseLengthError,
DisplayBip32PathFailError,
DisplayAddressFailError,
DisplayAmountFailError,
WrongTxLengthError,
Expand All @@ -24,7 +23,6 @@
"InsNotSupportedError",
"ClaNotSupportedError",
"WrongResponseLengthError",
"DisplayBip32PathFailError",
"DisplayAddressFailError",
"DisplayAmountFailError",
"WrongTxLengthError",
Expand Down

0 comments on commit bacd36e

Please sign in to comment.