Adapt 'ledger_app_clients'

- Add 'send_raw' function
- Add error code 'EXCEPTION_OVERFLOW'
This commit is contained in:
Charles-Edouard de la Vergne
2024-04-03 18:48:56 +02:00
parent fa3e87a06c
commit 140ecc75fb
5 changed files with 36 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
try:
from ledger_app_clients.ethereum.__version__ import __version__ # noqa
from __version__ import __version__ # noqa
except ImportError:
__version__ = "unknown version" # noqa