Skip to content

Commit

Permalink
feat(bitcoind): add Compact Filters support
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Nov 22, 2022
1 parent 6a402e9 commit a0d1ad9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ export const dockerConfigs: Record<NodeImplementation, DockerConfig> = {
'-listen=1',
'-listenonion=0',
'-fallbackfee=0.0002',
'-blockfilterindex=1',
'-peerblockfilters=1',
].join('\n '),
// if vars are modified, also update composeFile.ts & the i18n strings for cmps.nodes.CommandVariables
variables: ['rpcUser', 'rpcAuth'],
Expand Down

0 comments on commit a0d1ad9

Please sign in to comment.