mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
add initializing to regtest
Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
parent
4968710a2f
commit
9e2235a4bc
@ -809,6 +809,8 @@ public:
|
|||||||
fAllowMultiplePorts = true;
|
fAllowMultiplePorts = true;
|
||||||
|
|
||||||
nFulfilledRequestExpireTime = 5*60; // fulfilled requests expire in 5 minutes
|
nFulfilledRequestExpireTime = 5*60; // fulfilled requests expire in 5 minutes
|
||||||
|
nPoolMinParticipants = 3;
|
||||||
|
nPoolMaxParticipants = 5;
|
||||||
|
|
||||||
// privKey: cP4EKFyJsHT39LDqgdcB43Y3YXjNyjb5Fuas1GQSeAtjnZWmZEQK
|
// privKey: cP4EKFyJsHT39LDqgdcB43Y3YXjNyjb5Fuas1GQSeAtjnZWmZEQK
|
||||||
vSporkAddresses = {"yj949n1UH6fDhw6HtVE5VMj2iSTaSWBMcW"};
|
vSporkAddresses = {"yj949n1UH6fDhw6HtVE5VMj2iSTaSWBMcW"};
|
||||||
|
Loading…
Reference in New Issue
Block a user