ucdavis / Sloth

Secure Ledger and online transaction hub
MIT License
3 stars 2 forks source link

Should we allow a null COA? #392

Closed jSylvestre closed 8 months ago

jSylvestre commented 1 year ago

We have a validate flag, but the COA is still required. Should we allow nulls?

https://github.com/ucdavis/Sloth/blob/caff7ebd91df96076fb5774da6e51a3b28ba18e0/Sloth.Api/Models/v2/CreateTransferViewModel.cs#L16-L21