fix typo in alfis.toml

This commit is contained in:
R4SAS
2021-04-10 15:39:11 +03:00
committed by GitHub
parent 6a4a8d4106
commit 551af8e6a0
+2 -2
View File
@@ -1,6 +1,6 @@
# The hash of first block in a chain to know with which nodes to work # The hash of first block in a chain to know with which nodes to work
origin = "0AE588D62D710422A7972EA1E8A659CC8E93DB59489ACE32C499CD279B000000" origin = "0AE588D62D710422A7972EA1E8A659CC8E93DB59489ACE32C499CD279B000000"
# A path to your key file to load autamatically # A path to your key file to load automatically
key_file = "default.key" key_file = "default.key"
# Network settings # 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 # How many CPU threads to spawn for mining, zero = number of CPU cores
threads = 0 threads = 0
# Set lower priority for mining threads # Set lower priority for mining threads
lower = true lower = true