Update getConfig.ts for coinstatsindex

This commit is contained in:
copy2018 2025-03-07 08:35:00 +00:00 committed by GitHub
parent 5760599ade
commit 17d835655f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -329,6 +329,12 @@ export const getConfig: T.ExpectedExports.getConfig = async (effects) => {
description: "Enable the Transaction Index (txindex)",
default: allowUnpruned,
},
coinstatsindex: {
type: "boolean",
name: "Coinstats Index",
description: "Enabling Coinstats Index reduces the time for the gettxoutsetinfo RPC to complete at the cost of using additional disk space",
default: false,
},
wallet: {
type: "object",
name: "Wallet",