From bacd36e3a80ed15c21916b4e8655b5033d9a8b07 Mon Sep 17 00:00:00 2001 From: Steve Kite Date: Fri, 21 Oct 2022 19:27:13 +0400 Subject: [PATCH] fix: remove DisplayBip32PathFailError --- tests/ledgercomm/boilerplate_client/exception/__init__.py | 2 -- tests/speculos/boilerplate_client/exception/__init__.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/ledgercomm/boilerplate_client/exception/__init__.py b/tests/ledgercomm/boilerplate_client/exception/__init__.py index acb2bb8..a35b62c 100644 --- a/tests/ledgercomm/boilerplate_client/exception/__init__.py +++ b/tests/ledgercomm/boilerplate_client/exception/__init__.py @@ -6,7 +6,6 @@ InsNotSupportedError, ClaNotSupportedError, WrongResponseLengthError, - DisplayBip32PathFailError, DisplayAddressFailError, DisplayAmountFailError, WrongTxLengthError, @@ -24,7 +23,6 @@ "InsNotSupportedError", "ClaNotSupportedError", "WrongResponseLengthError", - "DisplayBip32PathFailError", "DisplayAddressFailError", "DisplayAmountFailError", "WrongTxLengthError", diff --git a/tests/speculos/boilerplate_client/exception/__init__.py b/tests/speculos/boilerplate_client/exception/__init__.py index acb2bb8..a35b62c 100644 --- a/tests/speculos/boilerplate_client/exception/__init__.py +++ b/tests/speculos/boilerplate_client/exception/__init__.py @@ -6,7 +6,6 @@ InsNotSupportedError, ClaNotSupportedError, WrongResponseLengthError, - DisplayBip32PathFailError, DisplayAddressFailError, DisplayAmountFailError, WrongTxLengthError, @@ -24,7 +23,6 @@ "InsNotSupportedError", "ClaNotSupportedError", "WrongResponseLengthError", - "DisplayBip32PathFailError", "DisplayAddressFailError", "DisplayAmountFailError", "WrongTxLengthError",