node: fix fast option.

This commit is contained in:
Christopher Jeffrey 2016-12-04 03:25:09 -08:00
parent c358b6b822
commit 28cc714bad
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -216,7 +216,7 @@ Node.prototype.parseOptions = function parseOptions(options) {
if (options.fast) {
options.headers = true;
options.useCheckpoints = true;
options.coinCache = true;
options.coinCache = 65000000;
}
if (options.witness == null)