Don't define TRUST_NETWORK

This commit is contained in:
JoelKatz
2013-08-27 12:21:30 -07:00
parent e005dd5921
commit b102afcd3b
3 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -4,7 +4,7 @@
*/
//==============================================================================
#define TRUST_NETWORK
// #define TRUST_NETWORK
#define LC_DEBUG

View File

@@ -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