Skip to content

Commit

Permalink
Update getConfig.ts for coinstatsindex
Browse files Browse the repository at this point in the history
  • Loading branch information
copy2018 authored Nov 8, 2024
1 parent 1d816cd commit f742e56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f742e56

Please sign in to comment.