mirror of
https://github.com/btcsuite/btcd.git
synced 2025-01-19 05:33:36 +01:00
integration/rpctest: disable the txindex by default
In this commit, we disable the txindex by default as the flag cannot be overwritten by btcd once set.
This commit is contained in:
parent
f899737d7f
commit
9aa83ad423
@ -115,10 +115,6 @@ func (n *nodeConfig) arguments() []string {
|
||||
args = append(args, fmt.Sprintf("--rpccert=%s", n.certFile))
|
||||
// --rpckey
|
||||
args = append(args, fmt.Sprintf("--rpckey=%s", n.keyFile))
|
||||
// --txindex
|
||||
args = append(args, "--txindex")
|
||||
// --addrindex
|
||||
args = append(args, "--addrindex")
|
||||
if n.dataDir != "" {
|
||||
// --datadir
|
||||
args = append(args, fmt.Sprintf("--datadir=%s", n.dataDir))
|
||||
|
Loading…
Reference in New Issue
Block a user