User Story : I recently encountered a situation in which I had a widthraw request from past 6 days and un-knowingly I clicked on widthraw again .
[OBJECTIVE]
If a Widthraw request already exist on the stake pool then the second widthraw transaction should be reverted .
[SOLUTION]
To solve this following things can be done :
At a time only one widthraw request can be sent and after that request is fulfilled then only next widthraw request can be accommodated.
check if existing widthraw request exists for a pool, if yes then revert any upcoming widthraw requests.
User Story : I recently encountered a situation in which I had a widthraw request from past 6 days and un-knowingly I clicked on widthraw again . [OBJECTIVE] If a Widthraw request already exist on the stake pool then the second widthraw transaction should be reverted . [SOLUTION] To solve this following things can be done :