Merge pull request #391 from Eveiv/patch-1

Correct "util" path in the sync.js example.
This commit is contained in:
Matias Alejo Garcia 2014-02-23 17:56:56 -02:00
commit 2e21a053c5
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@ If bitcoind is shutdown, *insight* needs to be stopped and restarted once bitcoi
Old blockchain data can be manually synced issuing:
$ utils/sync.js
$ util/sync.js
Check utils/sync.js --help for options, particulary -D to erase the current DB.
Check util/sync.js --help for options, particulary -D to erase the current DB.
*NOTE* that there is no need to run this manually since the historic synchronization is embedded on the web application, so by running you will trigger the historic sync automatically.