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

@@ -646,6 +646,10 @@ void RPC::updateUI(bool anyUnconfirmed) {
++i;
}
if (lastFromAddr.isEmpty()) {
main->setDefaultPayFrom();
}
};
// Function to process reply of the listunspent and z_listunspent API calls, used below.