makerdao / keg

GNU Affero General Public License v3.0
11 stars 6 forks source link

Remove the one-time payment? #13

Closed hexonaut closed 3 years ago

hexonaut commented 3 years ago

Looking at the pour() overload where the full amounts are specified, this can be handled entirely within the spell. There isn't really any value add by calling this method rather than just doing vat.suck() and vat.move()s manually within the spell. I recommend we remove this.

hexonaut commented 3 years ago

This is removed by this PR: https://github.com/makerdao/keg/pull/14