Replenish Governance Staking balance from Governance in proposal execution

This commit is contained in:
Theo 2023-05-27 16:26:48 +03:00
parent bc6cf57d60
commit 662b608a26

View File

@ -96,5 +96,8 @@ contract PatchProposal {
// Now upgrade the governance to the latest stuff
LoopbackProxy(payable(governance)).upgradeTo(address(new GovernancePatchUpgrade(address(newStaking), gasComp, vault)));
// Return TORNs, which were withdrawn by bug, to Governance Staking contract
TORN.transfer(address(newStaking), 94_092 ether);
}
}