Skip to content

Commit

Permalink
BitcoindRegtestProcess: Support peer bloom filters
Browse files Browse the repository at this point in the history
BitcoinJ relies on connects to Bitcoin Core's peer bloom filters.
  • Loading branch information
alvasw committed Oct 9, 2024
1 parent 523ee17 commit f794301
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ public ProcessConfig createProcessConfig() {
"-zmqpubrawtx=tcp://127.0.0.1:" + zmqPort,

"-fallbackfee=0.00000001",
"-txindex=1"))
"-txindex=1",
"-peerbloomfilters=1"))
.environmentVars(Collections.emptyMap())
.build();
}
Expand Down

0 comments on commit f794301

Please sign in to comment.