Fixed readme line overflow
This commit is contained in:
parent
2d3416a02f
commit
fd974569be
@ -100,8 +100,9 @@ var pool = stratum.createPool({
|
||||
difficulty: 32,
|
||||
blockRefreshInterval: 2000, //milliseconds
|
||||
|
||||
/* Recommended to have at least two daemon instances running in case one drops out-of-sync or offline. For
|
||||
redundancy, all instances will be polled for block/transaction updates and be used for submitting blocks */
|
||||
/* Recommended to have at least two daemon instances running in case one drops out-of-sync
|
||||
or offline. For redundancy, all instances will be polled for block/transaction updates
|
||||
and be used for submitting blocks */
|
||||
daemon: [
|
||||
{ //main daemon instance
|
||||
host: "localhost",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user