EEMplekei / BlockChat

A blockchain from scratch
0 stars 0 forks source link

set_stake when called with more than temp_balance #25

Closed ntua-el19096 closed 8 months ago

ntua-el19096 commented 8 months ago

When someone has e.g. 1000BCC and stakes 400 then the temp_balance is 600. When tries to restake 700 the temp_balance should be updated to 300 because the last stake becomes invalid. This does not happen.

FIX

ntua-el19848 commented 8 months ago

Getting on it