introduce bitcoin amount field with split amount/decimals, to protect against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0)

This commit is contained in:
Wladimir J. van der Laan
2011-06-20 21:31:42 +02:00
parent 18b99e3f69
commit f193c57a63
6 changed files with 130 additions and 24 deletions

View File

@@ -23,7 +23,6 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent, const QString &address) :
ui->setupUi(this);
GUIUtil::setupAddressWidget(ui->payTo, this);
GUIUtil::setupAmountWidget(ui->payAmount, this);
// Set initial send-to address if provided
if(!address.isEmpty())