We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac3e22 commit fa14b54Copy full SHA for fa14b54
src/net_processing.h
@@ -15,7 +15,7 @@ static const unsigned int DEFAULT_MAX_ORPHAN_TRANSACTIONS = 100;
15
/** Default number of orphan+recently-replaced txn to keep around for block reconstruction */
16
static const unsigned int DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN = 100;
17
/** Default for BIP61 (sending reject messages) */
18
-static constexpr bool DEFAULT_ENABLE_BIP61 = true;
+static constexpr bool DEFAULT_ENABLE_BIP61{false};
19
20
class PeerLogicValidation final : public CValidationInterface, public NetEventsInterface {
21
private:
0 commit comments