Skip to content

Commit fa14b54

Browse files
author
MarcoFalke
committed
p2p: Disable BIP 61 by default
1 parent fac3e22 commit fa14b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net_processing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static const unsigned int DEFAULT_MAX_ORPHAN_TRANSACTIONS = 100;
1515
/** Default number of orphan+recently-replaced txn to keep around for block reconstruction */
1616
static const unsigned int DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN = 100;
1717
/** Default for BIP61 (sending reject messages) */
18-
static constexpr bool DEFAULT_ENABLE_BIP61 = true;
18+
static constexpr bool DEFAULT_ENABLE_BIP61{false};
1919

2020
class PeerLogicValidation final : public CValidationInterface, public NetEventsInterface {
2121
private:

0 commit comments

Comments
 (0)