Skip to content

Commit 9283315

Browse files
committed
[GUI][Model] * ColdStaking screen, sendMultiRow only accept staking addresses.
1 parent 6460964 commit 9283315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/pivx/coldstakingwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ ColdStakingWidget::ColdStakingWidget(PIVXGUI* parent) :
107107
ui->labelEditTitle->setText(tr("Add the staking address"));
108108
setCssProperty(ui->labelEditTitle, "text-title");
109109
sendMultiRow = new SendMultiRow(this);
110+
sendMultiRow->setOnlyStakingAddressAccepted(true);
110111
((QVBoxLayout*)ui->containerSend->layout())->insertWidget(1, sendMultiRow);
111112
connect(sendMultiRow, &SendMultiRow::onContactsClicked, [this](){ onContactsClicked(false); });
112113

0 commit comments

Comments
 (0)