You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hwilib/devices/ledger_bitcoin/client_legacy.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
importre
11
11
importbase64
12
12
13
-
from .clientimportClient, TransportClient
13
+
from .clientimportClient, SignPsbtYieldedObject, TransportClient
14
14
15
15
fromtypingimportList, Tuple, Optional, Union
16
16
@@ -137,7 +137,7 @@ def get_wallet_address(
137
137
returnoutput['address'][12:-2] # HACK: A bug in getWalletPublicKey results in the address being returned as the string "bytearray(b'<address>')". This extracts the actual address to work around this.
138
138
139
139
# NOTE: This is different from the new API, but we need it for multisig support.
0 commit comments