add initializing to regtest

Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
Pasta 2019-07-02 10:34:23 -05:00
parent 4968710a2f
commit 9e2235a4bc
No known key found for this signature in database
GPG Key ID: D362C9F7142766AE

View File

@ -809,6 +809,8 @@ public:
fAllowMultiplePorts = true;
nFulfilledRequestExpireTime = 5*60; // fulfilled requests expire in 5 minutes
nPoolMinParticipants = 3;
nPoolMaxParticipants = 5;
// privKey: cP4EKFyJsHT39LDqgdcB43Y3YXjNyjb5Fuas1GQSeAtjnZWmZEQK
vSporkAddresses = {"yj949n1UH6fDhw6HtVE5VMj2iSTaSWBMcW"};