mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
docs: Correct blockmaxsize and blockprioritysize.
This commit is contained in:
parent
dc64afca16
commit
029fc17e9c
4
doc.go
4
doc.go
@ -108,9 +108,9 @@ Application Options:
|
||||
--blockminsize= Mininum block size in bytes to be used when creating
|
||||
a block
|
||||
--blockmaxsize= Maximum block size in bytes to be used when creating
|
||||
a block (750000)
|
||||
a block (375000)
|
||||
--blockprioritysize= Size in bytes for high-priority/low-fee transactions
|
||||
when creating a block (50000)
|
||||
when creating a block (20000)
|
||||
--getworkkey= DEPRECATED -- Use the --miningaddr option instead
|
||||
--nonaggressive Disable mining off of the parent block of the blockchain
|
||||
if there aren't enough voters
|
||||
|
||||
@ -311,7 +311,7 @@ const FileContents = `[Application Options]
|
||||
|
||||
; Specify the maximum block size in bytes to create. This value will be limited
|
||||
; to the consensus limit if it is larger than this value.
|
||||
; blockmaxsize=750000
|
||||
; blockmaxsize=375000
|
||||
|
||||
; Specify the size in bytes of the high-priority/low-fee area when creating a
|
||||
; block. Transactions which consist of large amounts, old inputs, and small
|
||||
@ -319,7 +319,7 @@ const FileContents = `[Application Options]
|
||||
; or free transactions age, they raise in priority thereby making them more
|
||||
; likely to be included in this section of a new block. This value is limited
|
||||
; by the blockmaxsize option and will be limited as needed.
|
||||
; blockprioritysize=50000
|
||||
; blockprioritysize=20000
|
||||
|
||||
|
||||
; ------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user