fullnode: no resolution for walletdb.

This commit is contained in:
Christopher Jeffrey 2016-10-19 17:30:54 -07:00
parent 355b1f50c6
commit 5df4cabb94
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -148,7 +148,7 @@ function Fullnode(options) {
witness: this.options.witness,
useCheckpoints: this.options.useCheckpoints,
maxFiles: this.options.maxFiles,
resolution: true,
resolution: false,
verify: false
});