dont scan transactions to often

This commit is contained in:
DenioD
2020-05-14 13:26:24 +02:00
parent 678af36593
commit 96a073cacf
2 changed files with 10 additions and 28 deletions

View File

@@ -156,7 +156,7 @@ void AddressBook::open(MainWindow* parent, QLineEdit* target)
ab.addr_chat->setText(myAddr);
});
model.updateUi(); //todo fix updating gui after adding
rpc->refresh(true);
//rpc->refresh(true);
// If there is a target then make it the addr for the "Add to" button
if (target != nullptr && Settings::isValidAddress(target->text()))