OasisDEX / oasis-direct

25 stars 14 forks source link

What's the fifth paremeter in the offer function? #177

Open charlie-eth opened 5 years ago

charlie-eth commented 5 years ago

I'm working on a market making bot for OasisDex, I notice that when placing an order via oasisdex, there is a fifth parameter (uint256 pos)?

It seems it's not required as orders are accepted without it but I assume it serves a purpose? Do I need it or can it be safely ignored?