Submitted by csanuragjain
If Admin decides to delete the market, only the first instance of utoken and usermanager gets deleted. This means duplicate instance remains and Admin has actually not deleted the market
Modify addUToken and addUserManager function to check if the usermanager/utoken already existed
GalloDaSballo (judge) commented:
