Commit 7c97da7
committed
fix(cbf): default required_peers to 1
The previous default of 2 caused test failures when only a single
bitcoind peer is available. A value of 1 is valid per BIP 157 and
sufficient for most setups; users can increase it for stronger
filter header cross-validation.1 parent 528c425 commit 7c97da7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
517 | | - | |
| 517 | + | |
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| |||
0 commit comments