mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2025-12-06 08:33:00 +11:00
main: Require HSD API key
This commit is contained in:
@@ -278,6 +278,13 @@ namespace FireWallet
|
||||
|
||||
private void SaveSettings(object sender, EventArgs e)
|
||||
{
|
||||
if (textBoxNodeKey.Text == "")
|
||||
{
|
||||
NotifyForm notifyForm = new NotifyForm("Please enter a key");
|
||||
notifyForm.ShowDialog();
|
||||
notifyForm.Dispose();
|
||||
return;
|
||||
}
|
||||
if (checkBoxRunHSD.Checked)
|
||||
{
|
||||
StreamWriter sw = new StreamWriter(dir + "node.txt");
|
||||
|
||||
Reference in New Issue
Block a user