diff --git a/FireWallet/MainForm.cs b/FireWallet/MainForm.cs index b568886..4614075 100644 --- a/FireWallet/MainForm.cs +++ b/FireWallet/MainForm.cs @@ -73,8 +73,9 @@ namespace FireWallet if (!File.Exists(dir + "node.txt")) { NodeForm cf = new NodeForm(); + timerNodeStatus.Stop(); cf.ShowDialog(); - // Initial run + timerNodeStatus.Start(); } if (!File.Exists(dir + "node.txt")) {