Skip to content

Commit

Permalink
Final Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoAcidic committed Sep 19, 2018
1 parent 549cf80 commit c5839d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ class CMainParams : public CChainParams
CMainParams()
{
networkID = CBaseChainParams::MAIN;
vReviveRewardAddress = ""; //Fill in address once wallet generated for AQX Revive Team
vTreasuryRewardAddress = ""; //Fill in address once wallet generated
vReviveRewardAddress = "SgMdQaxB7woK4dtudTCWcVizCYhBjzcfuv"; //Fill in address once wallet generated for AQX Revive Team
vTreasuryRewardAddress = "SdkfmdG4b3uUt6cFZhXvbyPyAVM6GGmxr9"; //Fill in address once wallet generated
strNetworkID = "main";
/**
* The message start string is designed to be unlikely to occur in normal data.
Expand Down Expand Up @@ -188,7 +188,7 @@ class CMainParams : public CChainParams
fHeadersFirstSyncingActive = false;

nPoolMaxTransactions = 3;
strSporkKey = "04dbdd4a4cf673eb0f68ba5b0be427676bb792becd858ece5309d27342ff31899e5c4399317dab53455ec304e0851a1581feb20a1bf6d2dc27843f16b16aba7ebe";
strSporkKey = "030262a2a0679d01ab026d375c42b0a4122477123631b870e09665526c322c8899";
strObfuscationPoolDummyAddress = "XCNAsFGy8k7amqRG26ikKyfVDwK8585Z6b";
nStartMasternodePayments = 1534438799;

Expand Down
14 changes: 7 additions & 7 deletions src/qt/forms/privacydialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</size>
</property>
<property name="toolTip">
<string>Enter an amount of CCBC to convert (mint) to zSmrtc</string>
<string>Enter an amount of CCBC to convert (mint) to zCcbc</string>
</property>
<property name="text">
<string>Convert CCBC to zCCBC</string>
Expand Down Expand Up @@ -191,7 +191,7 @@
<item>
<widget class="QLabel" name="labelzXXXAmountValue">
<property name="toolTip">
<string>Enter an amount of CCBC to convert to zSmrtc</string>
<string>Enter an amount of CCBC to convert to zCcbc</string>
</property>
<property name="text">
<string>0.000 000 00 CCBC</string>
Expand Down Expand Up @@ -223,7 +223,7 @@
</size>
</property>
<property name="toolTip">
<string>Reset Zerocoin (zSmrtc) Wallet DB. Deletes transactions that did not make it into the blockchain.</string>
<string>Reset Zerocoin (zCcbc) Wallet DB. Deletes transactions that did not make it into the blockchain.</string>
</property>
<property name="text">
<string>Reset</string>
Expand Down Expand Up @@ -476,14 +476,14 @@
<item>
<widget class="QPushButton" name="pushButtonZXxxControl">
<property name="text">
<string>zSmrtc Control</string>
<string>zCcbc Control</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelzXxxSelected">
<property name="text">
<string>zSmrtc Selected:</string>
<string>zCcbc Selected:</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -607,7 +607,7 @@ zCCBC are mature when they have more than 20 confirmations AND more than 1 mints
<item>
<widget class="QLabel" name="labelSecurityLevel">
<property name="toolTip">
<string>Security Level for Zerocoin (zSmrtc) Transactions. More is better, but needs more time and resources.</string>
<string>Security Level for Zerocoin (zCcbc) Transactions. More is better, but needs more time and resources.</string>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
Expand Down Expand Up @@ -895,7 +895,7 @@ zCCBC are mature when they have more than 20 confirmations AND more than 1 mints
</font>
</property>
<property name="toolTip">
<string>Information about the available zSmrtc funds.</string>
<string>Information about the available zCcbc funds.</string>
</property>
<property name="text">
<string>zCCBC Stats:</string>
Expand Down
6 changes: 3 additions & 3 deletions src/qt/forms/zxxxcontroldialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</size>
</property>
<property name="windowTitle">
<string>Select zSmrtc to Spend</string>
<string>Select zCcbc to Spend</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
Expand All @@ -42,7 +42,7 @@
<item row="1" column="0">
<widget class="QLabel" name="labelZXxx">
<property name="text">
<string>zSmrtc</string>
<string>zCcbc</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -96,7 +96,7 @@
</column>
<column>
<property name="text">
<string notr="true">zSmrtc Public ID</string>
<string notr="true">zCcbc Public ID</string>
</property>
</column>
<column>
Expand Down

0 comments on commit c5839d0

Please sign in to comment.