node: fix fast option.
This commit is contained in:
parent
c358b6b822
commit
28cc714bad
@ -216,7 +216,7 @@ Node.prototype.parseOptions = function parseOptions(options) {
|
|||||||
if (options.fast) {
|
if (options.fast) {
|
||||||
options.headers = true;
|
options.headers = true;
|
||||||
options.useCheckpoints = true;
|
options.useCheckpoints = true;
|
||||||
options.coinCache = true;
|
options.coinCache = 65000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.witness == null)
|
if (options.witness == null)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user