mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 18:15:50 +00:00
Don't define TRUST_NETWORK
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#define TRUST_NETWORK
|
||||
// #define TRUST_NETWORK
|
||||
|
||||
#define LC_DEBUG
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user