adshares / esc

enterprise service chain
11 stars 1 forks source link

HPX: after retrieve_funds from main account - new events are appended to log #47

Open PawelPodkalicki opened 6 years ago

PawelPodkalicki commented 6 years ago

I retrieved funds from main account. After successfull operation it had balance equal 0. After some block periods I checked log for this account. There was difference between account balance and sum of events in log. That was because after retrieve_funds new events was appended to log, while balance didn't become negative.

Should account be deleted in that case?