From 5df4cabb947ad8b07ac934080ac8644c6828c0cf Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 19 Oct 2016 17:30:54 -0700 Subject: [PATCH] fullnode: no resolution for walletdb. --- lib/node/fullnode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node/fullnode.js b/lib/node/fullnode.js index 4516cedb..7c67b20a 100644 --- a/lib/node/fullnode.js +++ b/lib/node/fullnode.js @@ -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 });