Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Allred
crown-core
Commits
4a389d62
Commit
4a389d62
authored
12 years ago
by
Wladimir J. van der Laan
Browse files
Options
Download
Email Patches
Plain Diff
Fix critical UI performance issue (#1154)
parent
47d0024f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/qt/walletmodel.cpp
+0
-2
src/qt/walletmodel.cpp
with
0 additions
and
2 deletions
+0
-2
src/qt/walletmodel.cpp
View file @
4a389d62
...
...
@@ -59,8 +59,6 @@ void WalletModel::update()
cachedBalance
=
newBalance
;
cachedUnconfirmedBalance
=
newUnconfirmedBalance
;
cachedNumTransactions
=
newNumTransactions
;
addressTableModel
->
update
();
}
void
WalletModel
::
updateAddressList
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help