migrate: update chaindb1to2.

This commit is contained in:
Christopher Jeffrey 2016-11-29 21:31:39 -08:00
parent 2b12863de1
commit 8b8e1e3f13
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -162,7 +162,7 @@ function defaultOptions() {
if (options.spv)
flags |= 1 << 0;
if (options.witness)
if (options.witness || options.network.witness)
flags |= 1 << 1;
if (options.prune)