mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
removed default donation for testing
This commit is contained in:
parent
70164b2d4c
commit
ad08533977
@ -107,11 +107,7 @@ void CActiveMasternode::ManageStatus()
|
||||
|
||||
/* donations are not supported in darkcoin.conf */
|
||||
CScript donationAddress = CScript();
|
||||
int donationPercentage = 50;
|
||||
|
||||
CBitcoinAddress address;
|
||||
address.SetString("y9ZWKmSJcdoYMdyTvoazDCyMtx4qYDbhfM");
|
||||
donationAddress.SetDestination(address.Get());
|
||||
int donationPercentage = 0;
|
||||
|
||||
if(!Register(vin, service, keyCollateralAddress, pubKeyCollateralAddress, keyMasternode, pubKeyMasternode, donationAddress, donationPercentage, errorMessage)) {
|
||||
LogPrintf("CActiveMasternode::ManageStatus() - Error on Register: %s\n", errorMessage.c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user