Skip to content

Commit cb9320c

Browse files
Don't clear wallet property list each run of set_wallet_totals
1 parent 24004e0 commit cb9320c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/omnicore/omnicore.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ void set_wallet_totals()
607607
//zero balances
608608
global_balance_money.clear();
609609
global_balance_reserved.clear();
610-
global_wallet_property_list.clear();
611610

612611
// populate global balance totals and wallet property list - note global balances do not include additional balances from watch-only addresses
613612
for(std::map<std::string, CMPTally>::iterator my_it = mp_tally_map.begin(); my_it != mp_tally_map.end(); ++my_it) {

0 commit comments

Comments
 (0)