mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Track server and protocol versions and minimum supported versions. This is a
protocol-breaking change. It's needed because other protocol-breaking changes are needed for security reasons, and we don't want subtly-incompatible nodes connecting.
This commit is contained in:
@@ -112,8 +112,6 @@ void Config::setup(const std::string& strConf)
|
||||
// Defaults
|
||||
//
|
||||
|
||||
VERSION = 1;
|
||||
|
||||
NETWORK_START_TIME = 1319844908;
|
||||
|
||||
PEER_PORT = SYSTEM_PEER_PORT;
|
||||
|
||||
Reference in New Issue
Block a user