mirror of
https://github.com/btcsuite/btcd.git
synced 2025-01-19 05:33:36 +01:00
sampleconfig: Remove duplicate setting.
`addrindex` was present twice.
This commit is contained in:
parent
fe786c93b6
commit
358aed20b7
@ -262,16 +262,6 @@
|
|||||||
; rejectnonstd=1
|
; 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
|
; Optional Indexes
|
||||||
; ------------------------------------------------------------------------------
|
; ------------------------------------------------------------------------------
|
||||||
@ -284,6 +274,9 @@
|
|||||||
; searchrawtransactions RPC available.
|
; searchrawtransactions RPC available.
|
||||||
; addrindex=1
|
; addrindex=1
|
||||||
|
|
||||||
|
; Delete the entire address index on start up, then exit.
|
||||||
|
; dropaddrindex=0
|
||||||
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------------
|
; ------------------------------------------------------------------------------
|
||||||
; Signature Verification Cache
|
; Signature Verification Cache
|
||||||
|
Loading…
Reference in New Issue
Block a user