Closed
Description
Description
When a pending tip is added for a creator where:
- The creator is verified with provider A
- And the user is verified with provider B
the pending tip processor can get into a loop where it continually retries the pending tip every 30 seconds or so.
Steps to Reproduce
With a clean profile:
- Verify with a wallet provider (e.g. Uphold).
- Visit a site that is verified with a different provider (e.g.
https://jumde.github.io/
verified with Gemini). - Send a one-time tip.
- Open the
publisher_info_db
database and view thepending_contribution
table.
Actual result:
The pending_contribution_id
field will keep incrementing.
Expected result:
The pending_contribution_id
field will not keep incrementing.