Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RunOnFluxBot committed Oct 28, 2024
1 parent e12abe3 commit 5ddac73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/fluxNetworkHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,9 @@ async function checkDeterministicNodesCollisions() {
checkDeterministicNodesCollisions();
}, 60 * 1000);
return;
} if (getDosMessage().includes('is confirmed and reachable on flux network')) {
dosState = 0;
setDosMessage(null);
}
const daemonResult = await daemonServiceWalletRpcs.createConfirmationTransaction();
log.info(`createConfirmationTransaction: ${JSON.stringify(daemonResult)}`);
Expand Down

0 comments on commit 5ddac73

Please sign in to comment.