@@ -16,8 +16,8 @@ class Plugin(DigitalBitboxPlugin, QtPluginBase):
|
||||
def create_handler(self, window):
|
||||
return DigitalBitbox_Handler(window)
|
||||
|
||||
@hook
|
||||
@only_hook_if_libraries_available
|
||||
@hook
|
||||
def receive_menu(self, menu, addrs, wallet):
|
||||
if type(wallet) is not Standard_Wallet:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user