You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ type config struct {
158
158
MaxOrphanTxsint`long:"maxorphantx" description:"Max number of orphan transactions to keep in memory"`
159
159
Generatebool`long:"generate" description:"Generate (mine) bitcoins using the CPU"`
160
160
MiningAddrs []string`long:"miningaddr" description:"Add the specified payment address to the list of addresses to use for generated blocks -- At least one address is required if the generate option is set"`
161
-
BlockMinSizeuint32`long:"blockminsize" description:"Mininum block size in bytes to be used when creating a block"`
161
+
BlockMinSizeuint32`long:"blockminsize" description:"Minimum block size in bytes to be used when creating a block"`
162
162
BlockMaxSizeuint32`long:"blockmaxsize" description:"Maximum block size in bytes to be used when creating a block"`
163
163
BlockPrioritySizeuint32`long:"blockprioritysize" description:"Size in bytes for high-priority/low-fee transactions when creating a block"`
164
164
CoinbaseFlagsstring`long:"cbflags" description:"Comment to append to the coinbase input when generating a block template." default:"/bchd/"`
0 commit comments