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 was archived by the owner on Jun 23, 2022. It is now read-only.
Description
When creating a post, the request for creation can be sent multiple times. This can cause more equal posts.
Expected Behavior
It should add only one post at once.
Current Behavior
The request for creation can be sent multiple times.
Possible Solution
JavaScript should prevent double submission of the form.
Steps to Reproduce
Note: The problem sometimes doesn't occur.
Screenshots
Multiple transactions in MetaMask:

Multiple posts in BlogChain:

Your Environment