From b102afcd3b329d3f8054e402c36fde32d6a2f87d Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 27 Aug 2013 12:21:30 -0700 Subject: [PATCH] Don't define TRUST_NETWORK --- modules/ripple_app/consensus/ripple_DisputedTx.cpp | 2 +- modules/ripple_app/consensus/ripple_LedgerConsensus.cpp | 2 +- modules/ripple_app/peers/ripple_Peer.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ripple_app/consensus/ripple_DisputedTx.cpp b/modules/ripple_app/consensus/ripple_DisputedTx.cpp index 7c7694dc06..064e179622 100644 --- a/modules/ripple_app/consensus/ripple_DisputedTx.cpp +++ b/modules/ripple_app/consensus/ripple_DisputedTx.cpp @@ -4,7 +4,7 @@ */ //============================================================================== -#define TRUST_NETWORK +// #define TRUST_NETWORK // Track a peer's yes/no vote on a particular disputed transaction void DisputedTx::setVote (const uint160& peer, bool votesYes) diff --git a/modules/ripple_app/consensus/ripple_LedgerConsensus.cpp b/modules/ripple_app/consensus/ripple_LedgerConsensus.cpp index 836af16990..bae64bbb81 100644 --- a/modules/ripple_app/consensus/ripple_LedgerConsensus.cpp +++ b/modules/ripple_app/consensus/ripple_LedgerConsensus.cpp @@ -4,7 +4,7 @@ */ //============================================================================== -#define TRUST_NETWORK +// #define TRUST_NETWORK #define LC_DEBUG diff --git a/modules/ripple_app/peers/ripple_Peer.cpp b/modules/ripple_app/peers/ripple_Peer.cpp index 1d5a3ac78d..0c0d9b3db4 100644 --- a/modules/ripple_app/peers/ripple_Peer.cpp +++ b/modules/ripple_app/peers/ripple_Peer.cpp @@ -9,7 +9,7 @@ SETUP_LOG (Peer) class PeerImp; // Don't try to run past receiving nonsense from a peer -#define TRUST_NETWORK +// #define TRUST_NETWORK // Node has this long to verify its identity from connection accepted or connection attempt. #define NODE_VERIFY_SECONDS 15