mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
About half of clustering support. We need this so our own nodes don't send each other proof
of work requests when we're under load.
This commit is contained in:
@@ -114,6 +114,10 @@ public:
|
||||
// Validation
|
||||
RippleAddress VALIDATION_SEED, VALIDATION_PUB, VALIDATION_PRIV;
|
||||
|
||||
// Node/Cluster
|
||||
std::vector<std::string> CLUSTER_NODES;
|
||||
RippleAddress NODE_SEED, NODE_PUB, NODE_PRIV;
|
||||
|
||||
// Fee schedule (All below values are in fee units)
|
||||
uint64 FEE_DEFAULT; // Default fee.
|
||||
uint64 FEE_ACCOUNT_RESERVE; // Amount of units not allowed to send.
|
||||
|
||||
Reference in New Issue
Block a user