From 358aed20b7ce1df988c833c492c6811dc07d0145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20F=C3=A9lizard?= Date: Sun, 28 Jan 2018 16:25:55 +0000 Subject: [PATCH] sampleconfig: Remove duplicate setting. `addrindex` was present twice. --- sample-btcd.conf | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/sample-btcd.conf b/sample-btcd.conf index a06dde669..382b01143 100644 --- a/sample-btcd.conf +++ b/sample-btcd.conf @@ -262,16 +262,6 @@ ; rejectnonstd=1 -; ------------------------------------------------------------------------------ -; Optional Transaction Indexes -; ------------------------------------------------------------------------------ - -; Build and maintain a full address-based transaction index. -; addrindex=1 -; Delete the entire address index on start up, then exit. -; dropaddrindex=0 - - ; ------------------------------------------------------------------------------ ; Optional Indexes ; ------------------------------------------------------------------------------ @@ -284,6 +274,9 @@ ; searchrawtransactions RPC available. ; addrindex=1 +; Delete the entire address index on start up, then exit. +; dropaddrindex=0 + ; ------------------------------------------------------------------------------ ; Signature Verification Cache