Technically, we cannot have more than 1 multisig transaction for a project. I
To implement a feature that prevents more than one multisig transaction for a project, you follow these steps:
Step 1: Check for Existing Multisig Transaction
When the user clicks on the "Multisig" button to disburse the token, the system should first check if there is any pending multisig transaction for the selected project.
Step 2: Display Error Message
If a pending multisig transaction exists, display an error message "Attention: A pending multisig transaction already exists for this project. Please update the current transaction before creating a new one to ensure proper processing and avoid conflicts."
Technically, we cannot have more than 1 multisig transaction for a project. I
To implement a feature that prevents more than one multisig transaction for a project, you follow these steps:
Step 1: Check for Existing Multisig Transaction When the user clicks on the "Multisig" button to disburse the token, the system should first check if there is any pending multisig transaction for the selected project.
Step 2: Display Error Message If a pending multisig transaction exists, display an error message "Attention: A pending multisig transaction already exists for this project. Please update the current transaction before creating a new one to ensure proper processing and avoid conflicts."