lescuer97 / nutmix

golang implementation of ecash mint
MIT License
10 stars 1 forks source link

Database call should be made with only the necesary info needed #20

Closed lescuer97 closed 1 week ago

lescuer97 commented 1 month ago

A lot of database functions are being passed entire functions when they don't need them. They should be streamed lined.