mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
fix
This commit is contained in:
parent
2860e55cb3
commit
4b06d7ef97
|
@ -451,8 +451,8 @@ contract PayloadIGP29 {
|
||||||
|
|
||||||
/// @notice Action 3: call cast() - transfer 100 stETH to Team Multisig from treasury.
|
/// @notice Action 3: call cast() - transfer 100 stETH to Team Multisig from treasury.
|
||||||
function action3() internal {
|
function action3() internal {
|
||||||
string[] memory targets = new string[](2);
|
string[] memory targets = new string[](1);
|
||||||
bytes[] memory encodedSpells = new bytes[](2);
|
bytes[] memory encodedSpells = new bytes[](1);
|
||||||
|
|
||||||
string memory withdrawSignature = "withdraw(address,uint256,address,uint256,uint256)";
|
string memory withdrawSignature = "withdraw(address,uint256,address,uint256,uint256)";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user