BitShares Forum

Main => Technical Support => Topic started by: speedy on March 13, 2015, 08:23:04 pm

Title: wallet_account_balance not updating until client restart
Post by: speedy on March 13, 2015, 08:23:04 pm
I just did my first BTC -> BitBTC trade via metaexchange (which went brilliantly btw), but there seems to be this issue with the client that wallet_account_balance wont update until I restart the client.

I also noticed the same thing when I made the a trade and then cancelled it (all via the api). wallet_account_balance would not show my returned balance until I restarted the client.

Is this a known issue, and are there any other api call to refresh balances?
Title: Re: wallet_account_balance not updating until client restart
Post by: pc on March 13, 2015, 08:37:37 pm
wallet_account_balance should always be up to date, as long as
1. you're fully synched, and
2. the wallet is unlocked.
Title: Re: wallet_account_balance not updating until client restart
Post by: speedy on March 13, 2015, 09:27:13 pm
Ar it is working, there was just a bug in my code.

Thanks.