We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24004e0 commit cb9320cCopy full SHA for cb9320c
src/omnicore/omnicore.cpp
@@ -607,7 +607,6 @@ void set_wallet_totals()
607
//zero balances
608
global_balance_money.clear();
609
global_balance_reserved.clear();
610
- global_wallet_property_list.clear();
611
612
// populate global balance totals and wallet property list - note global balances do not include additional balances from watch-only addresses
613
for(std::map<std::string, CMPTally>::iterator my_it = mp_tally_map.begin(); my_it != mp_tally_map.end(); ++my_it) {
0 commit comments