You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
Currently it just creates all possible payouts/trade requests. This is frequently undesireable, due to an issue with one currency. Additionally, down the road it'd be nice to do more frequent payouts for some currencies - or even allow users to manually make a payout request/threshold/etc
Short term solution:
Abstract functions to expect currency to be passed in. Have calling function loop as desired.
Long term solution:
Further abstract functions to expect both user & currency to be passed, This allows much more flexible creation options.
The text was updated successfully, but these errors were encountered:
Currently it just creates all possible payouts/trade requests. This is frequently undesireable, due to an issue with one currency. Additionally, down the road it'd be nice to do more frequent payouts for some currencies - or even allow users to manually make a payout request/threshold/etc
Short term solution:
Abstract functions to expect currency to be passed in. Have calling function loop as desired.
Long term solution:
Further abstract functions to expect both user & currency to be passed, This allows much more flexible creation options.
The text was updated successfully, but these errors were encountered: