fix bug where default pay from address was wrong

This commit is contained in:
adityapk00
2018-11-21 18:24:28 -08:00
parent bccb3d674a
commit 92ec877c84
3 changed files with 6 additions and 3 deletions

View File

@@ -39,6 +39,8 @@ public:
void updateLabelsAutoComplete();
void setDefaultPayFrom();
Ui::MainWindow* ui;
QLabel* statusLabel;
@@ -61,7 +63,6 @@ private:
void setupStatusBar();
void removeExtraAddresses();
void setDefaultPayFrom();
Tx createTxFromSendPage();
bool confirmTx(Tx tx);