mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
code restructure
This commit is contained in:
parent
0ed45f12d5
commit
8721e7ec63
|
@ -173,7 +173,13 @@ contract CurveProtocol is CurveHelpers {
|
|||
emitEvent(_eventCode, _eventParam);
|
||||
}
|
||||
|
||||
function withdraw(address token, uint256 amt, uint256 unitAmt, uint getId, uint setId) external {
|
||||
function withdraw(
|
||||
address token,
|
||||
uint256 amt,
|
||||
uint256 unitAmt,
|
||||
uint getId,
|
||||
uint setId
|
||||
) external {
|
||||
uint _amt = getUint(getId, amt);
|
||||
int128 tokenId = getTokenI(token);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user