Skip to content

Commit

Permalink
Merge pull request #1 from jmuilwijk/patch-1
Browse files Browse the repository at this point in the history
Fixed issue.
  • Loading branch information
BitCoinONE1 committed Jan 16, 2019
2 parents b072671 + 1c69603 commit bccc7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/receivecoinsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void ReceiveCoinsDialog::setModel(WalletModel* model)
address = settings.value("current_receive_address").toString();
if (address.isEmpty())
address = getAddress();
ui->reqAddress->setText(address);
ui->reqAddress->setText("");

connect(model, SIGNAL(notifyReceiveAddressChanged()), this, SLOT(receiveAddressUsed()));
}
Expand Down

0 comments on commit bccc7e2

Please sign in to comment.