From 551af8e6a04c70dff53927821aebf33522092ec4 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 10 Apr 2021 15:39:11 +0300 Subject: [PATCH] fix typo in alfis.toml --- alfis.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alfis.toml b/alfis.toml index 5009036..c9460b9 100644 --- a/alfis.toml +++ b/alfis.toml @@ -1,6 +1,6 @@ # The hash of first block in a chain to know with which nodes to work origin = "0AE588D62D710422A7972EA1E8A659CC8E93DB59489ACE32C499CD279B000000" -# A path to your key file to load autamatically +# A path to your key file to load automatically key_file = "default.key" # Network settings @@ -33,4 +33,4 @@ forwarders = ["94.140.14.14:53", "94.140.15.15:53"] # How many CPU threads to spawn for mining, zero = number of CPU cores threads = 0 # Set lower priority for mining threads -lower = true \ No newline at end of file +lower = true