minor changes

This commit is contained in:
Richa-iitr 2022-05-03 14:41:32 +05:30
parent f52927da71
commit 322bda21fc

View File

@ -37,7 +37,7 @@ abstract contract UniswapResolver is Helpers, Events {
buyAddr: _buyAddr,
sellAddr: _sellAddr,
fee: _fee,
unitAmt: _unitAmt,
unitAmt: _unitAmt,
buyAmt: _buyAmt,
getId: _getId,
setId: _setId
@ -68,7 +68,7 @@ abstract contract UniswapResolver is Helpers, Events {
buyAddr: _buyAddr,
sellAddr: _sellAddr,
fee: _fee,
unitAmt: _unitAmt,
unitAmt: _unitAmt,
sellAmt: _sellAmt,
getId: _getId,
setId: _setId