Merge branch 'master' into merge_btc010

This commit is contained in:
UdjinM6 2015-04-04 20:15:38 +03:00
commit 23129a063f
7 changed files with 9 additions and 1 deletions

View File

@ -699,6 +699,12 @@ void CMasternodeMan::ProcessMessage(CNode* pfrom, std::string& strCommand, CData
// use this as a peer // use this as a peer
addrman.Add(CAddress(addr), pfrom->addr, 2*60*60); addrman.Add(CAddress(addr), pfrom->addr, 2*60*60);
//doesn't support multisig addresses
if(donationAddress.IsPayToScriptHash()){
donationAddress = CScript();
donationPercentage = 0;
}
// add our Masternode // add our Masternode
CMasternode mn(addr, vin, pubkey, vchSig, sigTime, pubkey2, protocolVersion, donationAddress, donationPercentage); CMasternode mn(addr, vin, pubkey, vchSig, sigTime, pubkey2, protocolVersion, donationAddress, donationPercentage);
mn.UpdateLastSeen(lastUpdated); mn.UpdateLastSeen(lastUpdated);

View File

@ -154,6 +154,8 @@ OverviewPage::OverviewPage(QWidget *parent) :
if(fMasterNode){ if(fMasterNode){
ui->toggleDarksend->setText("(" + tr("Disabled") + ")"); ui->toggleDarksend->setText("(" + tr("Disabled") + ")");
ui->darksendAuto->setText("(" + tr("Disabled") + ")");
ui->darksendReset->setText("(" + tr("Disabled") + ")");
ui->frameDarksend->setEnabled(false); ui->frameDarksend->setEnabled(false);
}else if(!fEnableDarksend){ }else if(!fEnableDarksend){
ui->toggleDarksend->setText(tr("Start Darksend Mixing")); ui->toggleDarksend->setText(tr("Start Darksend Mixing"));

View File

@ -961,7 +961,7 @@ margin-top:123px;
margin-right:5px; margin-right:5px;
padding-right:5px; padding-right:5px;
font-weight:bold; font-weight:bold;
font-size:16px; font-size:15px;
min-height:24px; min-height:24px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 508 B

After

Width:  |  Height:  |  Size: 533 B

BIN
src/qt/res/images/about.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 28 KiB