1
0
This commit is contained in:
SomberNight
2018-01-10 18:39:25 +01:00
parent 65eae139af
commit d8a9c9720a
3 changed files with 17 additions and 8 deletions

View File

@@ -20,7 +20,6 @@ class Plugin(LedgerPlugin, QtPluginBase):
@hook
def receive_menu(self, menu, addrs, wallet):
print('receive_menu')
if type(wallet) is not Standard_Wallet:
return
keystore = wallet.get_keystore()