Fixed readme line overflow

This commit is contained in:
Matt 2014-02-26 18:17:08 -07:00
parent 2d3416a02f
commit fd974569be

View File

@ -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",