mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 09:18:15 +11:00
main: Stop trying to connect to node before API settings created
This commit is contained in:
parent
d287655cc9
commit
a75070010c
@ -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"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user