Browse Source

Make owed-accounts update in AZ.

cl-refactor
Gav Wood 10 years ago
parent
commit
06dbf47763
  1. 3
      alethzero/MainWin.cpp

3
alethzero/MainWin.cpp

@ -343,6 +343,9 @@ void Main::onNewBlock()
refreshBlockCount();
refreshBlockChain();
refreshAccounts();
// We must update balances since we can't filter updates to basic accounts.
refreshBalances();
}
void Main::onNewPending()

Loading…
Cancel
Save