cowprotocol / solver-template-py

A hollow framework for a CoW Protocol solver
MIT License
39 stars 25 forks source link

make interaction data "optional" by using default #14

Closed bh2smith closed 2 years ago

bh2smith commented 2 years ago

turns out the Optional parameter doesn't work with fastapi. Luckily default does!