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