Submitted by bin2chen, also found by mahdikarimi and etherhood
In caretaker.release(), we can release the remaining yang:
As above, we can only release the yang that already exists in the trove: shrine.get_deposit(*yang, trove_id);.
When shire.get_live() == false, we can no longer perform shire.pull_redistributed_debt_and_yangs(). So if there is any yang that hasnt been pulled, it cant be retrieved through caretaker.release(). This part of the yang will be locked in the contract.
After shut(), the redistributed yang that hasnt been pulled will be locked in the contract.
Add pull_when_shut():
Error
tserg (Opus) confirmed
0xsomeone (judge) commented:
