Skip to content

Commit

Permalink
change spork key for regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Mar 15, 2021
1 parent 6d4042e commit a530d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ class CRegTestParams : public CChainParams {
nPoolMaxParticipants = 5;

// privKey: 93QPD8M8SrVb4yL3E679sCGztzy1NRWYH3fs2wJQr2LMKnppFCJ
vSporkAddresses = {"g6JXj9btw63aVnVhJCYc8frJqPF4ZggAes"};
vSporkAddresses = {"g9Kt5d9bfcdG8Gpz7HrbeA3wrmLV74Gezq"};
nMinSporkKeys = 1;
// regtest usually has no masternodes in most tests, so don't check for upgraged MNs
fBIP9CheckMasternodesUpgraded = false;
Expand Down

0 comments on commit a530d5f

Please sign in to comment.