Skip to content

Commit

Permalink
reference.conf minor changes in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Feb 19, 2020
1 parent f6e000a commit 93d11f0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ ergo {
# Minimal fee amount of transactions mempool accepts
minimalFeeAmount = 1000000

# The node is downloading headers first and only then full blocks. Depending on settings, the node downloads whether
# a suffix of the blockchain (if stateType = "digest" and "blocksToKeep" >= 0) or all the
# The node is downloading headers first and only then full blocks. Depending on settings, the node is downloading
# whether a suffix of the blockchain (if stateType = "digest" and "blocksToKeep" >= 0) or all the
# full blocks (otherwise).

# The node is considering that the headers-chain is synced if it sees a header of a block generated closely
Expand All @@ -78,7 +78,7 @@ ergo {
# Whether to turn on transaction generator
transactionGeneration = false

# Max number of transactions generated per a new block received
# Max number of transactions generated per new block received
maxTransactionsPerBlock = 100
}

Expand All @@ -98,7 +98,7 @@ ergo {
# increasement should be done by client developers.
protocolVersion = 1

# Network address prefix, currently reserved values are 0 (money chain mainnet) and 16 (money chain testnet)
# Network address prefix, currently reserved values are 0 (Ergo mainnet) and 16 (Ergo testnet)
addressPrefix = 16

# Monetary config for chain
Expand Down Expand Up @@ -421,4 +421,5 @@ scorex {
# server answer timeout
timeout = 30s
}
}

}

0 comments on commit 93d11f0

Please sign in to comment.