Example #1
0
 def wallet_maker(component_manager):
     self.wallet_component = WalletComponent(component_manager)
     self.wallet_component.wallet_manager = self.manager
     self.wallet_component._running = True
     return self.wallet_component
Example #2
0
 def wallet_maker(component_manager):
     wallet_component = WalletComponent(component_manager)
     wallet_component.wallet_manager = wallet_node.manager
     wallet_component._running = True
     return wallet_component