mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Remove direct bitcoin access from qt/guiutil.cpp
This commit is contained in:
committed by
John Newbery
parent
58845587e1
commit
e872c93ee8
@@ -226,7 +226,7 @@ void SendCoinsDialog::on_sendButton_clicked()
|
||||
SendCoinsEntry *entry = qobject_cast<SendCoinsEntry*>(ui->entries->itemAt(i)->widget());
|
||||
if(entry)
|
||||
{
|
||||
if(entry->validate())
|
||||
if(entry->validate(model->node()))
|
||||
{
|
||||
recipients.append(entry->getValue());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user