Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RunOnFluxBot committed Oct 29, 2024
1 parent 91eaaed commit 75184af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/fluxNetworkHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ async function checkDeterministicNodesCollisions() {
await serviceHelper.axiosGet(`http://${askingIP}:${askingIpPort}/flux/version`, axiosConfig).catch(errorCall = true);
if (errorCall) {
const daemonResult = await daemonServiceWalletRpcs.createConfirmationTransaction();
log.info(`createConfirmationTransaction: ${JSON.stringify(daemonResult)}`);
log.info(`node was confirmed on a different machine ip - createConfirmationTransaction: ${JSON.stringify(daemonResult)}`);
if (getDosMessage().includes('is confirmed and reachable on flux network')) {
dosState = 0;
setDosMessage(null);
Expand Down

0 comments on commit 75184af

Please sign in to comment.