Skip to content

Commit

Permalink
fixes verify_network_consistency apend bug
Browse files Browse the repository at this point in the history
  • Loading branch information
javierajorge committed May 16, 2024
1 parent 1f5cc43 commit ba6e26c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ function mesh_upgrade.verify_network_consistency (network_state)
--there is only one main node
if main_node ~= "" then
if not mesh_upgrade.started() and main_node ~= utils.hostname() then
utils.unsafe_shell('logger -p daemon.info -t "async: mesh upgrade" "' ..utils.hostname()' become' ..main_node..' _bot_node "')
utils.unsafe_shell('logger -p daemon.info -t "async: mesh upgrade" "' ..utils.hostname()..' become' ..main_node..' _bot_node "')
mesh_upgrade.become_bot_node(network_state[main_node])
else
utils.unsafe_shell('logger -p daemon.info -t "async: mesh upgrade" "already started a transaction "')
Expand Down

0 comments on commit ba6e26c

Please sign in to comment.