Skip to content

Commit

Permalink
Don't refresh the ledger on startup since this is slow.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Aug 25, 2017
1 parent d268796 commit 70d1ac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rai/qt/qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,6 @@ wallet (wallet_a)
{
this->wallet.push_main_stack (this->wallet.account_viewer.window);
});
refresh_ledger ();
bootstrap->setToolTip ("Multi-connection bootstrap to random peers");
search_for_receivables->setToolTip ("Search for pending blocks");
create_block->setToolTip ("Create block in JSON format");
Expand Down

0 comments on commit 70d1ac1

Please sign in to comment.