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
After a bitcoin payment is confirmed, a new conversation has to be started for the user credit to reflect in any open conversations by sending the /start command.
The callback file does not recalculate the user credit in any running/already open conversations.
Solution
Ensure user.recalculate_credit() is called for the appropriate user during Blockonomics callbacks.
After a bitcoin payment is confirmed, a new conversation has to be started for the user credit to reflect in any open conversations by sending the
/start
command.The callback file does not recalculate the user credit in any running/already open conversations.
Solution
Ensure
user.recalculate_credit()
is called for the appropriate user during Blockonomics callbacks.An example of similar functionality is manually adding transactions to a specific user from the admin menu:
https://github.com/DarrenWestwood/greed/blob/master/worker.py#L1205
The text was updated successfully, but these errors were encountered: