Skip to content

Commit

Permalink
[p2p] Enable BIP 61 REJECT messages by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewbery committed Mar 14, 2019
1 parent 889af0e commit da14d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net_processing.h
Expand Up @@ -18,7 +18,7 @@ static const unsigned int DEFAULT_MAX_ORPHAN_TRANSACTIONS = 100;
/** Default number of orphan+recently-replaced txn to keep around for block reconstruction */
static const unsigned int DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN = 100;
/** Default for BIP61 (sending reject messages) */
static constexpr bool DEFAULT_ENABLE_BIP61{false};
static constexpr bool DEFAULT_ENABLE_BIP61{true};

class PeerLogicValidation final : public CValidationInterface, public NetEventsInterface {
private:
Expand Down

0 comments on commit da14d90

Please sign in to comment.