consensus-shipyard / ipc-actors

Rust implementation of the IPC actors for FVM
MIT License
6 stars 3 forks source link

Bug: Return funds to validators when leaving a subnet #57

Closed adlrocha closed 1 year ago

adlrocha commented 1 year ago

This PR fixes a bug for which the funds in the subnet actor weren't being returned to the validator after leaving the subnet.

Thank you @mikirov @arrusev for catching it.