Don't refresh the ledger on startup since this is slow.

This commit is contained in:
clemahieu 2017-08-25 12:44:16 -05:00
commit 70d1ac1fa1

View file

@ -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");