From 5685c7f49c2abfc1ec3f486ca4c746eafca98b22 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 8 Jul 2019 07:18:24 -1100 Subject: [PATCH] Disable full validation --- src/komodo_nSPV.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index a84d48ac2..ba59252cc 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -27,7 +27,7 @@ #ifndef KOMODO_NSPV_H #define KOMODO_NSPV_H -#define NSPV_SKIPFULLVALIDATION 0 // changing to 0 issues 26 remote gettransaction, per utxo! need to change to bruteforcer +#define NSPV_SKIPFULLVALIDATION 1 // changing to 0 issues 26 remote gettransaction, per utxo! need to change to bruteforcer #define NSPV_POLLITERS 10 #define NSPV_POLLMICROS 100777 #define NSPV_MAXVINS 64