Skip to content

Commit

Permalink
Update multisenddialog.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Raikzer committed Apr 22, 2018
1 parent 40baa7d commit 8dca829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/multisenddialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void MultiSendDialog::on_viewButton_clicked()
std::string strMultiSendPrint = "";
if (pwalletMain->isMultiSendEnabled()) {
if (pwalletMain->fMultiSendStake && pwalletMain->fMultiSendMasternodeReward)
strMultiSendPrint += "MultiSend Active for Stakes and Masternode Reward\n";
strMultiSendPrint += "MultiSend Active for Stakes and Masternode Rewards\n";
else if (pwalletMain->fMultiSendStake)
strMultiSendPrint += "MultiSend Active for Stakes\n";
else if (pwalletMain->fMultiSendMasternodeReward)
Expand Down

0 comments on commit 8dca829

Please sign in to comment.