diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf index 01ba63fbd5..7369f0fe6f 100644 --- a/src/main/resources/reference.conf +++ b/src/main/resources/reference.conf @@ -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 @@ -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 } @@ -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 @@ -421,4 +421,5 @@ scorex { # server answer timeout timeout = 30s } -} + +} \ No newline at end of file