code restructure

This commit is contained in:
Samyak Jain 2020-05-06 15:05:03 +10:00
parent 0ed45f12d5
commit 8721e7ec63

View File

@ -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);