marigold-dev / gas-station

MIT License
3 stars 1 forks source link

As a user I want to be able to withdraw unspent credits #7

Closed quentin-burg closed 11 months ago

quentin-burg commented 1 year ago

We need to add withdraw in API.

For that we can't just make a transaction because we may override others transactions in the same block. So, when we receive a new request to withdraw, we add this withdraw transaction at the end of the transactions queue.

To sum up:

quentin-burg commented 11 months ago

I close this issue because it's done with this PR