Skip to content

Commit

Permalink
remove auto restart on wallet_init
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0vity-dev committed Mar 21, 2023
1 parent fc368a6 commit 08df0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanolocal/nl_module.py
Expand Up @@ -261,7 +261,7 @@ def prepare_node_env(self, node_name):
self.write_nanomonitor_config(node_name)

def init_wallets(self):
self.start_nodes('all') #fixes a bug on mac m1
#self.start_nodes('all') #fixes a bug on mac m1
init_blocks = InitialBlocks(rpc_url=_conf.get_nodes_rpc()[0])
for node_name in _conf.get_nodes_name():
if node_name == _conf.get_genesis_node_name():
Expand Down

0 comments on commit 08df0ac

Please sign in to comment.