Merge branch 'master' into merge_btc010
@ -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);
|
||||||
|
@ -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"));
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 533 B |
BIN
src/qt/res/images/about.png
Normal file → Executable file
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 28 KiB |