Merge pull request #510 from leofidus/1.7-bitamount

change step value for amount input fields to 1 DOGE
This commit is contained in:
langerhans 2014-05-09 09:09:39 +02:00
commit 979b344091

View file

@ -59,7 +59,7 @@ BitcoinAmountField::BitcoinAmountField(QWidget *parent) :
amount(0),
currentUnit(-1)
{
nSingleStep = 100000; // satoshis
nSingleStep = 100000000; // satoshis
amount = new AmountSpinBox(this);
amount->installEventFilter(this);